Hello,
I'm a new contributor to Kafka and I made 2 trivial pull requests the previous days. Those two were tested locally and everything was okay. But on Jenkins, even if I retest them with "retest this please", some tests are failing randomly, not the same each time. Generally all tests pass for 1 or 2 jdk, and fail on another. Is it a behavior I should except each time - I hope not -, or is it a temporary problem and everything will be fixed in a few days? It would not be fun to work on bigger issues if the tests on Jenkins fail for no reason and the PRs are systematically refused. Example of the trivial PRs where the tests fail for no reason: - https://github.com/apache/kafka/pull/4069 - https://github.com/apache/kafka/pull/4061 Gilles Degols