adam-markovics commented on a change in pull request #1252:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1252#discussion_r799304143
##########
File path: extensions/windows-event-log/tests/BookmarkTests.cpp
##########
@@ -38,8 +38,8 @@ constexpr DWORD EVT_NEXT_TIMEOUT_MS = 100;
std::unique_ptr<Bookmark> createBookmark(TestPlan &test_plan,
const std::wstring &channel,
- const utils::Identifier &uuid =
IdGenerator::getIdGenerator()->generate()) {
- const auto state_manager =
test_plan.getStateManagerProvider()->getCoreComponentStateManager(uuid);
+ const utils::Identifier &uuid,
Review comment:
uuid is also needed to create the state manager
--
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]