Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.7.0
Description
joewitt made an effort to move inconsistent and network/timing-dependent unit tests to integration tests via NIFI-4659, NIFI-4660, NIFI-4662, and NIFI-4664.
This file was renamed (from ListenSyslogGroovyTest.groovy to ITListenSyslogGroovy.groovy) but the class name inside was not changed. I believe the maven filter is on the class name, not the file name, because this test still runs in normal builds. It breaks inconsistently on my machine, so I renamed the class to ensure it is not run as part of the usual unit test battery. This is required for 1.7.1 to be released.
Attachments
Issue Links
- is related to
-
NIFI-4659 TestAbstractListProcessor tests are brittle and environmentally sensitive - needs refactor or to be integration test
- Resolved
-
NIFI-4660 TestListenSyslog contains brittle tests which fail in certain environments
- Resolved
-
NIFI-4662 Lumberjack processors test is brittle
- Resolved
-
NIFI-4664 Kafka 9 processors test is brittle
- Resolved
- relates to
-
NIFI-5416 Move long running tests to special profile or integration tests
- Open
- links to