mjsax commented on a change in pull request #8496:
URL: https://github.com/apache/kafka/pull/8496#discussion_r417738073



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/integration/EosBetaUpgradeIntegrationTest.java
##########
@@ -388,6 +388,7 @@ public void shouldUpgradeFromEosAlphaToEosBeta() throws 
Exception {
 
                 final List<KeyValue<Long, Long>> expectedCommittedResult =
                     
computeExpectedResult(committedInputDataDuringFirstUpgrade, committedState);
+                // TODO: if we don't use the custom partitioner, the test 
hangs here until TX times out and is aborted
                 verifyCommitted(expectedCommittedResult);

Review comment:
       The test fails here... (cf. over TODO)




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to