cadonna commented on code in PR #12379:
URL: https://github.com/apache/kafka/pull/12379#discussion_r913696040
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java:
##########
@@ -993,9 +979,6 @@ private void verifyRemovedTasks(final Task... tasks) throws
Exception {
VERIFICATION_TIMEOUT,
"Did not get all removed task within the given timeout!"
);
- assertTrue(removedTasks.stream()
- .allMatch(task -> task.isActive() && task.state() ==
State.RESTORING
- || !task.isActive() && task.state() == State.RUNNING));
Review Comment:
See above
--
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]