Mmuzaf commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1058550531


##########
test/unit/org/apache/cassandra/config/DatabaseDescriptorTest.java:
##########
@@ -504,7 +500,7 @@ public void testConcurrentValidations()
         catch (ConfigurationException e)
         {
             assertThat(e.getMessage()).isEqualTo("To set 
concurrent_validations > concurrent_compactors, " +
-                                                 "set the system property 
cassandra.allow_unlimited_concurrent_validations=true");
+                                                 "set the system property " + 
ALLOW_UNLIMITED_CONCURRENT_VALIDATIONS.getKey() + "=true");

Review Comment:
   Fixed.



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