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


##########
test/unit/org/apache/cassandra/config/YamlConfigurationLoaderTest.java:
##########
@@ -359,6 +362,36 @@ public void converters()
         assertThat(from("sstable_preemptive_open_interval_in_mb", 
-2).sstable_preemptive_open_interval).isNull();
     }
 
+    @Test
+    public void process()

Review Comment:
   I added this test as I was having issues with simulator and thought could be 
yaml related... kept as its always best to test our configs 😄 



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