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_r243079211
##########
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:
Done
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services