maoling commented on code in PR #4005:
URL: https://github.com/apache/cassandra/pull/4005#discussion_r2546106387


##########
build.xml:
##########
@@ -1385,6 +1385,28 @@
     </antcall>
   </target>
 
+  <!--
+    ant test-iteration 
-Dtest.name=org.apache.cassandra.service.StorageServiceServerTest -Dtest.iters=5
+    ant test-iteration 
-Dtest.name=org.apache.cassandra.cache.AutoSavingCacheTest -Dtest.iters=1
+    ant test-iteration 
-Dtest.name=org.apache.cassandra.cache.AutoSavingCacheTest 
-Dtest.methods=testSerializeAndLoadKeyCache -Dtest.iters=2
+    Notice: it cannot work since JDK15

Review Comment:
   I really didn't know there was such a tool. It works, let me close this PR
   
   ```
   ant realclean
   ant jar
   .build/run-tests.sh -a test-repeat -t AuditLogEntryTest -e 
REPEATED_TESTS_COUNT=10
   .build/run-tests.sh -a jvm-dtest-repeat -t BooleanTest -e 
REPEATED_TESTS_COUNT=2
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to