Skip to content

Commit

Permalink
tests: adjusted initial group rebalance delay in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@vectorized.io>
  • Loading branch information
mmaslankaprv committed May 18, 2022
1 parent 2291d3f commit ef051a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/rptest/tests/compacted_topic_verifier_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions tests/rptest/tests/shadow_indexing_tx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef051a5

Please sign in to comment.