smiklosovic commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1153073988
##########
test/distributed/org/apache/cassandra/distributed/test/PartitionDenylistTest.java:
##########
@@ -58,9 +61,9 @@ public class PartitionDenylistTest extends TestBaseImpl
public void checkStartupWithoutTriggeringUnavailable() throws IOException,
InterruptedException, ExecutionException, TimeoutException
{
int nodeCount = 4;
- System.setProperty("cassandra.ring_delay_ms", "5000"); // down from
30s default
- System.setProperty("cassandra.consistent.rangemovement", "false");
- System.setProperty("cassandra.consistent.simultaneousmoves.allow",
"true");
+ RING_DELAY.setLong(5000);
Review Comment:
the comment "// down from 30s default" should be returned.
--
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]