From 6612aaa6a7aee207621a6f9fa9953c3f70d8e85b Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 11 May 2022 12:32:14 +0100 Subject: [PATCH 1/4] tests: move franz_go_verifiable_test to scale_tests/ These tests are too traffic-intensive for the docker test environment: they make other tests unreliable as well as themselves. --- tests/rptest/{tests => scale_tests}/franz_go_verifiable_test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/rptest/{tests => scale_tests}/franz_go_verifiable_test.py (100%) diff --git a/tests/rptest/tests/franz_go_verifiable_test.py b/tests/rptest/scale_tests/franz_go_verifiable_test.py similarity index 100% rename from tests/rptest/tests/franz_go_verifiable_test.py rename to tests/rptest/scale_tests/franz_go_verifiable_test.py From 938e973abc325e1148d80710e66f40e351b75a23 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 11 May 2022 12:33:51 +0100 Subject: [PATCH 2/4] tests: move openmessaging_benchmark_test to scale_tests/ This is by nature a benchmark, putting more load on our docker test environment than it's comfortable with. --- .../rptest/{tests => scale_tests}/openmessaging_benchmark_test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/rptest/{tests => scale_tests}/openmessaging_benchmark_test.py (100%) diff --git a/tests/rptest/tests/openmessaging_benchmark_test.py b/tests/rptest/scale_tests/openmessaging_benchmark_test.py similarity index 100% rename from tests/rptest/tests/openmessaging_benchmark_test.py rename to tests/rptest/scale_tests/openmessaging_benchmark_test.py From 16094f109f5591ae3708a6d8b7af83073dbd8fe2 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 11 May 2022 12:34:58 +0100 Subject: [PATCH 3/4] tests: move node_operations_fuzzy_test to scale_tests/ This test is best run with a substantial runtime on dedicated nodes. On docker, it's both too brief and too intensive. --- tests/rptest/{tests => scale_tests}/node_operations_fuzzy_test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/rptest/{tests => scale_tests}/node_operations_fuzzy_test.py (100%) diff --git a/tests/rptest/tests/node_operations_fuzzy_test.py b/tests/rptest/scale_tests/node_operations_fuzzy_test.py similarity index 100% rename from tests/rptest/tests/node_operations_fuzzy_test.py rename to tests/rptest/scale_tests/node_operations_fuzzy_test.py From 665b8d4af6c9119eea89113b8f65843234b7e989 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 11 May 2022 12:40:47 +0100 Subject: [PATCH 4/4] tests: move franz-go bench tests into scale_tests/ These were orginally written for compatibility testing, but the workload in use is a benchmark: we shouldn't run it among all our functional CI tests. --- .../franzgo_test.py => scale_tests/franzgo_bench.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/rptest/{tests/compatibility/franzgo_test.py => scale_tests/franzgo_bench.py} (100%) diff --git a/tests/rptest/tests/compatibility/franzgo_test.py b/tests/rptest/scale_tests/franzgo_bench.py similarity index 100% rename from tests/rptest/tests/compatibility/franzgo_test.py rename to tests/rptest/scale_tests/franzgo_bench.py