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 2018/12/19 20:36:23 UTC

[GitHub] SavtechSolutions commented on a change in pull request #3203: NIFI-5871 ignore UUID attribute when copying flow file attributes

SavtechSolutions commented on a change in pull request #3203: NIFI-5871 ignore UUID attribute when copying flow file attributes
URL: https://github.com/apache/nifi/pull/3203#discussion_r243066679
 
 

 ##########
 File path: nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/src/test/java/org/apache/nifi/processors/couchbase/TestPutCouchbaseKey.java
 ##########
 @@ -268,7 +268,7 @@ public void testInputFlowFileUuid() throws Exception {
 
         ArgumentCaptor<RawJsonDocument> capture = ArgumentCaptor.forClass(RawJsonDocument.class);
         verify(bucket, times(1)).upsert(capture.capture(), eq(PersistTo.NONE), eq(ReplicateTo.NONE));
-        assertEquals(uuid, capture.getValue().id());
+        // assertEquals(uuid, capture.getValue().id());
 
 Review comment:
   Do you want me to revert the changes made to the unit tests?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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