martinzink commented on code in PR #1877:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1877#discussion_r1843644673
##########
extensions/standard-processors/tests/unit/TailFileTests.cpp:
##########
Review Comment:
There is no new test however I modified the `TEST_CASE("TailFile finds and
finishes the renamed file and continues with the new log file", "[rotation]")`
removed the deliberatly added delimiter after the rotation, so now it would
fail without the fix
previously line 820
```
in_file_stream << DELIM;
in_file_stream.close();
```
--
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]