jmckenzie-dev commented on code in PR #3696:
URL: https://github.com/apache/cassandra/pull/3696#discussion_r2733704121


##########
test/unit/org/apache/cassandra/config/LoadOldYAMLBackwardCompatibilityTest.java:
##########
@@ -100,8 +100,8 @@ public void testConfigurationLoaderBackwardCompatibility()
         assertNull(config.networking_cache_size);
         assertNull(config.file_cache_size);
         assertNull(config.index_summary_capacity);
-        assertEquals(new DurationSpec.IntMillisecondsBound(200), 
config.gc_log_threshold);
-        assertEquals(new DurationSpec.IntMillisecondsBound(1000), 
config.gc_warn_threshold);
+        assertEquals(new DurationSpec.IntMillisecondsBound(20000), 
config.gc_log_threshold);
+        assertEquals(new DurationSpec.IntMillisecondsBound(30000), 
config.gc_warn_threshold);
         assertEquals(new DurationSpec.IntSecondsBound(86400), 
config.trace_type_query_ttl);

Review Comment:
   There are no changes to this file on the current branch; resolving.



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