Re: How Apache Cassandra handles flaky tests

2019-02-26 Thread dinesh.jo...@yahoo.com.INVALID
+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

Re: How Apache Cassandra handles flaky tests

2019-02-26 Thread Jeff Jirsa
> 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

How Apache Cassandra handles flaky tests

2019-02-26 Thread Stanislav Kozlovski
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