Skip to content

Commit

Permalink
cluster_3_racks_multi_shotover_with_2_shotover_down fix intermittent …
Browse files Browse the repository at this point in the history
…failures
  • Loading branch information
rukai committed Nov 13, 2024
1 parent b057491 commit 4e90192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shotover-proxy/tests/kafka_int_tests/test_cases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,13 @@ pub async fn produce_consume_partitions1_shotover_nodes_go_down(
offset: Some(0),
})
.await;
consumer.assert_commit_offsets(HashMap::from([(
TopicPartition {
topic_name: topic_name.to_owned(),
partition: 0,
},
1,
)]));

// kill shotover node(s)
for shotover_node in shotover_nodes_to_kill {
Expand Down

0 comments on commit 4e90192

Please sign in to comment.