dcapwell commented on code in PR #3743:
URL: https://github.com/apache/cassandra/pull/3743#discussion_r1913854253


##########
test/unit/org/apache/cassandra/index/accord/RouteIndexTest.java:
##########
@@ -216,11 +207,12 @@ public void test()
     {
         cfs().disableAutoCompaction(); // let the test control compaction
         //TODO (coverage): include with the ability to mark ranges as durable 
for compaction cleanup
-        AccordService.unsafeSetNoop(); // disable accord service since 
compaction touches it.  It would be nice to include this for cleanup support....
-        stateful().withExamples(50).check(commands(() -> State::new, i -> 
cfs())
-                                          .destroySut(sut -> 
sut.truncateBlocking())
-                                          .add(FLUSH)
+        stateful().withExamples(10).withSteps(500).check(commands(() -> 
State::new, Sut::new)
+                                          .destroyState(State::close)
+                                          .destroySut(Sut::close)
+                                          .addIf(State::mayFlush, FLUSH)

Review Comment:
   done



-- 
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