martinzink commented on a change in pull request #1248:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1248#discussion_r797473068
##########
File path: docker/test/integration/features/defragtextflowfiles.feature
##########
@@ -2,7 +2,34 @@ Feature: DefragmentText can defragment fragmented data from
TailFile
Background:
Given the content of "/tmp/output" is monitored
- Scenario Outline: DefragmentText merges split messages from TailFile
+ Scenario Outline: DefragmentText correctly merges split messages from
multiple TailFile
+ Given a TailFile processor with the name "TailOne" and the "File to Tail"
property set to "/tmp/input/test_file_one.log"
+ And the "Initial Start Position" property of the TailOne processor is set
to "Beginning of File"
+ And the "Input Delimiter" property of the TailOne processor is set to "%"
+ And a TailFile processor with the name "TailTwo" and the "File to Tail"
property set to "/tmp/input/test_file_two.log"
+ And the "Initial Start Position" property of the TailTwo processor is set
to "Beginning of File"
+ And the "Input Delimiter" property of the TailTwo processor is set to "%"
+ And "TailTwo" processor is a start node
Review comment:
good idea, I've added that case as well in
https://github.com/apache/nifi-minifi-cpp/pull/1248/commits/098620837edc75bba8ca2494346b889d0c881837
--
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]