cadonna commented on code in PR #19275: URL: https://github.com/apache/kafka/pull/19275#discussion_r2039703906
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/SmokeTestDriverIntegrationTest.java: ########## @@ -99,8 +99,8 @@ SmokeTestDriver.VerificationResult result() { // We set 2 timeout condition to fail the test before passing the verification: // (1) 10 min timeout, (2) 30 tries of polling without getting any data @ParameterizedTest - @CsvSource({"false, false", "true, false"}) - public void shouldWorkWithRebalance(final boolean stateUpdaterEnabled, final boolean processingThreadsEnabled) throws InterruptedException { + @CsvSource({"true, false"}) Review Comment: Now you might be even able to use `@ValueSource(booleans = {true, false})` instead of `@CsvSource`. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org