Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.15.1
-
None
Description
Recent changes to the BulletinMergerTest introduced the potential for intermittent test failures when checking for the presence of a BulletinEntity instance containing the same message as an earlier instance. The createBulletin method calls new Date() to set the timestamp property on test Bulletin objects, which yield different results based on execution speed. This can result in test failures when the BulletinMerger compares instances with the same message and equivalent timestamp values.
Attachments
Attachments
Issue Links
- is caused by
-
NIFI-9417 Flaky BulletinMergerTest.java
- Resolved
- links to