mimaison commented on PR #13860: URL: https://github.com/apache/kafka/pull/13860#issuecomment-1653760139
System tests look better with https://github.com/apache/kafka/pull/14103. In addition to a few flaky tests, I got 3 failures: 1. ``` Module: kafkatest.tests.streams.streams_broker_bounce_test Class: StreamsBrokerBounceTest Method: test_broker_type_bounce Arguments: { "broker_type": "controller", "failure_mode": "hard_shutdown", "metadata_quorum": "ZK", "num_threads": 1, "sleep_time_secs": 120 } ``` 2. ``` Module: kafkatest.tests.streams.streams_broker_bounce_test Class: StreamsBrokerBounceTest Method: test_broker_type_bounce Arguments: { "broker_type": "leader", "failure_mode": "hard_shutdown", "metadata_quorum": "ZK", "num_threads": 1, "sleep_time_secs": 120 } ``` 3. ``` Module: kafkatest.tests.streams.streams_upgrade_test Class: StreamsUpgradeTest Method: test_rolling_upgrade_with_2_bounces Arguments: { "from_version": "3.5.0", "to_version": "3.6.0-SNAPSHOT" } ``` I still need to look at the logs of all failures but at first sight 1. and 2. don't seem directly related. -- 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