maedhroz commented on a change in pull request #1146:
URL: https://github.com/apache/cassandra/pull/1146#discussion_r693094540
##########
File path:
test/unit/org/apache/cassandra/config/YamlConfigurationLoaderTest.java
##########
@@ -50,4 +55,14 @@ public void fromMapTest()
assertEquals(false, config.client_encryption_options.optional); //
Check a nested object
assertEquals(true, config.client_encryption_options.enabled); // Check
a nested object
}
+
+ @Test
+ public void sharedErrorReportingExclusions()
+ {
+ URL url =
YamlConfigurationLoaderTest.class.getClassLoader().getResource("data/config/YamlConfigurationLoaderTest/shared_client_error_reporting_exclusions.yaml");
Review comment:
This fails for me locally. Missing yaml file?
--
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]