fgerlits commented on code in PR #2044:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2044#discussion_r2498380897
##########
extensions/standard-processors/tests/features/syslog_listener.feature:
##########
@@ -30,9 +27,10 @@ Feature: Minifi C++ can act as a syslog listener
And the "Replacement Value" property of the ReplaceText processor is set
to "${syslog.timestamp} ${syslog.priority}
${reverseDnsLookup(${syslog.sender}, 100)} ${syslog.msg}"
And the "success" relationship of the ListenSyslog processor is connected
to the ReplaceText
And the "success" relationship of the ReplaceText processor is connected
to the PutFile
+ And PutFile's success relationship is auto-terminated
When both instances start up
- Then at least one flowfile's content match the following regex:
"^((?:(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2}(?:\.\d+)?))(Z|[\+-]\d{2}:\d{2})?)\t13\t.*\tsample_log$"
in less than 10 seconds
+ Then at least one file in "/tmp/output" content match the following regex:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.*13.*sample_log$" in
less than 1000 seconds
Review Comment:
Can the 1000 seconds timeout be changed back to 10 seconds?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]