Lucas Brutschy created KAFKA-19421: -------------------------------------- Summary: Deflake streams_broker_down_resilience_test Key: KAFKA-19421 URL: https://issues.apache.org/jira/browse/KAFKA-19421 Project: Kafka Issue Type: Bug Reporter: Lucas Brutschy Assignee: Lucas Brutschy
`streams_broker_down_resilience_test` produce messages with `null` key to a topic with three partitions and expect each partition to be non-empty afterward. But I don't think this is a correct assumption, as a producer may try to be sticky and only produce to two partitions. This cause occasional flakiness in the test. The fix is to produce records with keys. -- This message was sent by Atlassian Jira (v8.20.10#820010)