ableegoldman commented on a change in pull request #10342:
URL: https://github.com/apache/kafka/pull/10342#discussion_r596468362
##########
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/StateManagerUtilTest.java
##########
@@ -190,31 +167,7 @@ public void testCloseStateManagerClean() throws
IOException {
}
@Test
- public void testCloseStateManagerThrowsExceptionWhenClean() throws
IOException {
Review comment:
Removed `testCloseStateManagerOnlyThrowsFirstExceptionWhenClean` since
there's now only one possible source of exceptions in the clean path, and the
below test `testCloseStateManagerOnlyThrowsFirstExceptionWhenClean` covers this
case
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]