martinzink commented on code in PR #2044:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2044#discussion_r2498547347


##########
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:
   good catch 👍 [revert 1000s to 10s in 
syslog_listener.feature](https://github.com/apache/nifi-minifi-cpp/pull/2044/commits/6874bc92777fe04c928a74db9e44434e7a1ab624)



-- 
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]

Reply via email to