cadonna commented on code in PR #19377:
URL: https://github.com/apache/kafka/pull/19377#discussion_r2030990356


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/SmokeTestDriverIntegrationTest.java:
##########
@@ -99,8 +115,17 @@ 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({
+        "false, false, true",
+        "true, false, true",
+        "false, false, false",
+        "true, false, false",

Review Comment:
   I removed the runs with processing threads enabled since one of them was 
failing. I did not investigate further.



-- 
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

Reply via email to