From 096dac1da82a2217efd932d5ac540f9915ca7ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ma=C5=9Blanka?= Date: Wed, 18 Dec 2024 18:50:39 +0100 Subject: [PATCH] tests: made segment size smaller in random_node_operations_test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Maślanka (cherry picked from commit 9d885f5a4e93493559d52adacd65041ea6b2b777) --- tests/rptest/tests/random_node_operations_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/rptest/tests/random_node_operations_test.py b/tests/rptest/tests/random_node_operations_test.py index ce14737f537a2..764b8f4f8927e 100644 --- a/tests/rptest/tests/random_node_operations_test.py +++ b/tests/rptest/tests/random_node_operations_test.py @@ -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,