Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.0
-
None
Description
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.
Attachments
Issue Links
- links to