smiklosovic commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1059165419
##########
test/distributed/org/apache/cassandra/distributed/test/UpdateSystemAuthAfterDCExpansionTest.java:
##########
@@ -113,7 +115,7 @@ static public void beforeClass() throws Throwable
{
// reduce the time from 10s to prevent "Cannot process role related
query as the role manager isn't yet setup."
// exception from CassandraRoleManager
- System.setProperty("cassandra.superuser_setup_delay_ms", "0");
+ CassandraRelevantProperties.SUPERUSER_SETUP_DELAY_MS.setLong(0);
Review Comment:
ok keep it like it is
--
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]