mjsax commented on a change in pull request #9688: URL: https://github.com/apache/kafka/pull/9688#discussion_r535949960
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/EosBetaUpgradeIntegrationTest.java ########## @@ -440,15 +419,18 @@ public void shouldUpgradeFromEosAlphaToEosBeta() throws Exception { waitForRunning(stateTransitions1); waitForRunning(stateTransitions2); - final Set<Long> committedKeys = mkSet(0L, 1L, 2L, 3L); + final Set<Long> newlyCommittedKeys; Review comment: This is the first fix: ie how we compute those keys. ---------------------------------------------------------------- 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