dcapwell commented on a change in pull request #1146:
URL: https://github.com/apache/cassandra/pull/1146#discussion_r693096102



##########
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:
       ah, looks like ignore is kicking in
   
   ```
   $ git add test/resources/data/
   The following paths are ignored by one of your .gitignore files:
   test/resources/data
   hint: Use -f if you really want to add them.
   hint: Turn this message off by running
   hint: "git config advice.addIgnoredFile false"
   ```
   
   I used the force (Luke)...




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