smiklosovic commented on code in PR #4005:
URL: https://github.com/apache/cassandra/pull/4005#discussion_r2020867660
##########
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 think we have already another approach in place.
https://github.com/apache/cassandra/blob/trunk/.build/README.md?plain=1#L122-L131
--
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]