[GitHub] [pulsar-test-infra] lhotari opened a new pull request #11: Detect when there are changes in the root directory

2020-10-24 Thread GitBox
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 == ""

[GitHub] [pulsar-test-infra] lhotari opened a new issue #10: Changes in root directory go undetected

2020-10-24 Thread GitBox
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,

Slack digest for #dev - 2020-10-24

2020-10-24 Thread Apache Pulsar Slack
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