John Roesler created KAFKA-7493: ----------------------------------- Summary: Rewrite test_broker_type_bounce_at_start Key: KAFKA-7493 URL: https://issues.apache.org/jira/browse/KAFKA-7493 Project: Kafka Issue Type: Improvement Components: streams, system tests Reporter: John Roesler
Currently, the testĀ test_broker_type_bounce_at_start inĀ streams_broker_bounce_test.py is ignored. As written, there are a couple of race conditions that lead to flakiness. It should be possible to re-write the test to wait on log messages, as the other tests do, instead of just sleeping to more deterministically transition the test from one state to the next. Once the test is fixed, the fix should be back-ported to all prior branches, back to 0.10. -- This message was sent by Atlassian JIRA (v7.6.3#76005)