Re: CircleCI job to run some tests repeatedly

2021-05-12 Thread Ekaterina Dimitrova
Thanks Andres, I am already using it! Best regards, Ekaterina On Wed, 12 May 2021 at 8:02, Benjamin Lerer wrote: > And you had to pick a test I wrote as an example of a flaky one ;-) > > Thanks Andrés. Those new jobs will be super useful. > > On Wed, May 12, 2021 at 1:46 PM Andrés de la Peña >

Re: CircleCI job to run some tests repeatedly

2021-05-12 Thread Benjamin Lerer
And you had to pick a test I wrote as an example of a flaky one ;-) Thanks Andrés. Those new jobs will be super useful. On Wed, May 12, 2021 at 1:46 PM Andrés de la Peña wrote: > Hi all, > > Just to inform that CASSANDRA-16625 has been merged. It adds new CircleCI > jobs to run a specific test

CircleCI job to run some tests repeatedly

2021-05-12 Thread Andrés de la Peña
Hi all, Just to inform that CASSANDRA-16625 has been merged. It adds new CircleCI jobs to run a specific test repeatedly, so we can check if it's stable. Hopefully it can be helpful to reproduce failures when fixing a flaky test, and to verify that a new or modified test is stable. JUnit tests, s