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/04/29 19:39:01 UTC

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

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

 ##########
 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:
   No. Weird thing is I just ran it and there were not errors.

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