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:10:14 UTC

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

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

 ##########
 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:
   If you drop all of these commented lines, I'll go ahead and merge this.

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