You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/03/28 16:56:41 UTC

[GitHub] [nifi] mattyb149 commented on a change in pull request #3286: NIFI-5988 Fixed validation issues on database and collection names.

mattyb149 commented on a change in pull request #3286: NIFI-5988 Fixed validation issues on database and collection names.
URL: https://github.com/apache/nifi/pull/3286#discussion_r270102724
 
 

 ##########
 File path: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/GetMongoIT.java
 ##########
 @@ -581,6 +581,47 @@ public void testDateFormat() throws Exception {
         Assert.assertTrue(format.matcher((String) result.get("date_field")).matches());
     }
 
+    @Test
+    public void testBadDatabaseNameRoutesToError() {
 
 Review comment:
   I'm getting errors on all these added tests, is there something I have to set up in my integration test environment (perhaps a variable registry or something)?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services