Skip to content

Commit

Permalink
tests: made segment size smaller in random_node_operations_test
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Maślanka <[email protected]>
(cherry picked from commit 9d885f5)
  • Loading branch information
mmaslankaprv committed Jan 7, 2025
1 parent 6cebe3f commit 096dac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/random_node_operations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def __init__(self, test_context, *args, **kwargs):
# set disk timeout to value greater than max suspend time
# not to emit spurious errors
"raft_io_timeout_ms": 20000,
"compacted_log_segment_size": 1024 * 1024,
"log_segment_size": 2 * 1024 * 1024,
},
# 2 nodes for kgo producer/consumer workloads
node_prealloc_count=3,
Expand Down

0 comments on commit 096dac1

Please sign in to comment.