lhotari opened a new pull request #11:
URL: https://github.com/apache/pulsar-test-infra/pull/11
Fixes #10
The problem is that `git diff --dirstat=files,0 ` doesn't
show changes in the root directory.
Replace with
`git diff --name-only | awk -F "/*[^/]*/*$" '{ print ($1 == ""
lhotari opened a new issue #10:
URL: https://github.com/apache/pulsar-test-infra/issues/10
See https://github.com/apache/pulsar/issues/8362
This is an automated message from the Apache Git Service.
To respond to the message,
2020-10-23 10:25:41 UTC - Lari Hotari: The CI test flakiness is pretty bad. For
example, PR #8326 failed 5 times in a row and I had to resume each time with
"/pulsarbot run-failure-checks". One test that fails every often is
PrometheusMetricsTest. @Devin G. Bost has reported a few issues before