[ 
https://issues.apache.org/jira/browse/CASSANDRA-18942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904467#comment-17904467
 ] 

Michael Semb Wever commented on CASSANDRA-18942:
------------------------------------------------

{code}
.build/docker/run-tests.sh -a jvm-dtest-repeat -e REPEATED_TESTS_COUNT=2 -e 
REPEATED_TESTS=org.apache.cassandra.fuzz.snapshots.SnapshotsTest -j 11
{code}

you've found a bug (thanks), as the following works…
{code}
.build/docker/run-tests.sh -a jvm-dtest-repeat -e REPEATED_TESTS_COUNT=2 -t 
SnapshotsTest -j 11
{code}
(it fails, but that's a different story i guess)

> Repeatable java test runs on jenkins
> ------------------------------------
>
>                 Key: CASSANDRA-18942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18942
>             Project: Apache Cassandra
>          Issue Type: New Feature
>          Components: Build, CI
>            Reporter: Berenguer Blasi
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 5.0.3, 5.1
>
>         Attachments:  CASSANDRA-18942_122_ci_summary.html, 
> CASSANDRA-18942_118_ci_summary.html, 
> CASSANDRA-18942_118_results_details.tar.xz, 
> CASSANDRA-18942_122_results_details.tar.xz, jenkins_job.xml, testJava.txt, 
> testJavaDocker.txt, testJavaSplits.txt
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> It is our policy to loop new introduced tests to avoid introducing flakies. 
> We also want to add the possibility to repeat a test N number of times to 
> test robustness, debug flakies, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to