From ef051a51b53bb417e435e73921aec77780a69c03 Mon Sep 17 00:00:00 2001 From: Michal Maslanka Date: Wed, 18 May 2022 09:41:54 +0200 Subject: [PATCH] tests: adjusted initial group rebalance delay in tests Signed-off-by: Michal Maslanka --- tests/rptest/tests/compacted_topic_verifier_test.py | 1 + tests/rptest/tests/shadow_indexing_tx_test.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/rptest/tests/compacted_topic_verifier_test.py b/tests/rptest/tests/compacted_topic_verifier_test.py index f257dc2cf7bd..9a80f7691cc2 100644 --- a/tests/rptest/tests/compacted_topic_verifier_test.py +++ b/tests/rptest/tests/compacted_topic_verifier_test.py @@ -24,6 +24,7 @@ def __init__(self, test_context): extra_rp_conf = dict( log_compaction_interval_ms=2000, compacted_log_segment_size=1048576, + group_initial_rebalance_delay=300, ) super(CompactedTopicVerifierTest, diff --git a/tests/rptest/tests/shadow_indexing_tx_test.py b/tests/rptest/tests/shadow_indexing_tx_test.py index 0e851b1e7830..5c5578eb8e07 100644 --- a/tests/rptest/tests/shadow_indexing_tx_test.py +++ b/tests/rptest/tests/shadow_indexing_tx_test.py @@ -38,6 +38,7 @@ def __init__(self, test_context): enable_transactions=True, enable_leader_balancer=False, enable_auto_rebalance_on_node_add=False, + group_initial_rebalance_delay=300, ) si_settings = SISettings(cloud_storage_reconciliation_interval_ms=500,