+1 to everything Jeff said. As someone who has worked on flaky tests not just
in Cassandra's context, I know it can be hard to deal with them.
However, it's best to root cause them. I have found some flaky tests were
genuine issues that needed fixing in Cassandra. Sometimes the flakiness is due
> On Feb 26, 2019, at 8:26 AM, Stanislav Kozlovski
> wrote:
>
> Hey there Cassandra community,
>
> I work on a fellow open-source project - Apache Kafka - and there we have
> been fighting flaky tests a lot. We run Java 8 and Java 11 builds on every
> Pull Request and due to test flakines
Hey there Cassandra community,
I work on a fellow open-source project - Apache Kafka - and there we have been
fighting flaky tests a lot. We run Java 8 and Java 11 builds on every Pull
Request and due to test flakiness, almost all of them turn out red with 1 or 2
tests (completely unrelated to