Koji Kawamura created NIFI-5917:
-----------------------------------
Summary: TestSelectHiveQL.testNoTimeLimit fails
Key: NIFI-5917
URL: https://issues.apache.org/jira/browse/NIFI-5917
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.9.0
Reporter: Koji Kawamura
Assignee: Koji Kawamura
Fix For: 1.9.0
Since NIFI-5871 updated MockProcessSession to not copying original FlowFiles
UUID to the FORKed one, TestSelectHiveQL.testNoTimeLimit has been failing due
to the number of created Provenance event has been changed.
That happened because MockProvenanceReporter holds created provenance events in
a Set, and StandardProvenanceEventRecord.equals uses event FlowFile UUID.
The test method should be fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)