David Handermann created NIFI-8672:
--------------------------------------
Summary: Intermittent Test Failures in TestListenSyslog
Key: NIFI-8672
URL: https://issues.apache.org/jira/browse/NIFI-8672
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.14.0
Reporter: David Handermann
Assignee: David Handermann
Following the refactoring of the {{ListenSyslog}} Processor in NIFI-8462,
automated GitHub builds have failed on some occasions, indicating problems with
FlowFiles not being processed successfully.
{noformat}
Error: Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.761 s
<<< FAILURE! - in org.apache.nifi.processors.standard.TestListenSyslog
Error: testRunTcp(org.apache.nifi.processors.standard.TestListenSyslog) Time
elapsed: 0.278 s <<< FAILURE!
java.lang.AssertionError: Success FlowFiles not matched expected:<1> but was:<0>
at
org.apache.nifi.processors.standard.TestListenSyslog.assertSendSuccess(TestListenSyslog.java:169)
at
org.apache.nifi.processors.standard.TestListenSyslog.testRunTcp(TestListenSyslog.java:101)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)