chia7712 commented on a change in pull request #9887: URL: https://github.com/apache/kafka/pull/9887#discussion_r557230927
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java ########## @@ -119,7 +119,6 @@ public void shouldAddStreamThread() throws Exception { .sorted().toArray(), equalTo(new String[] {"1", "2", "3"}) ); - waitForApplicationState(Collections.singletonList(kafkaStreams), KafkaStreams.State.REBALANCING, DEFAULT_DURATION); Review comment: ```REBALANCING``` is an intermediate state so this check can fail if the machine running this test case is too fast. ---------------------------------------------------------------- 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