This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cf4a467  Force resource intensive tests when generating splits
cf4a467 is described below

commit cf4a46721c937911cbf5df10dc6d24d8826c26e4
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Sep 19 16:24:18 2022 -0500

    Force resource intensive tests when generating splits
    
    Patch by brandonwilliams; reviewed by mck for CASSANDRA-17906
---
 build-scripts/cassandra-dtest-pytest.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/cassandra-dtest-pytest.sh 
b/build-scripts/cassandra-dtest-pytest.sh
index 448b50c..db6f998 100755
--- a/build-scripts/cassandra-dtest-pytest.sh
+++ b/build-scripts/cassandra-dtest-pytest.sh
@@ -84,9 +84,9 @@ elif [ "${DTEST_TARGET}" = "dtest-novnode" ]; then
 elif [ "${DTEST_TARGET}" = "dtest-offheap" ]; then
     DTEST_ARGS="--use-vnodes --num-tokens=${NUM_TOKENS} 
--use-off-heap-memtables --skip-resource-intensive-tests --keep-failed-test-dir"
 elif [ "${DTEST_TARGET}" = "dtest-large" ]; then
-    DTEST_ARGS="--use-vnodes --num-tokens=${NUM_TOKENS} 
--only-resource-intensive-tests --keep-failed-test-dir"
+    DTEST_ARGS="--use-vnodes --num-tokens=${NUM_TOKENS} 
--only-resource-intensive-tests --force-resource-intensive-tests 
--keep-failed-test-dir"
 elif [ "${DTEST_TARGET}" = "dtest-large-novnode" ]; then
-    DTEST_ARGS="--only-resource-intensive-tests --keep-failed-test-dir"
+    DTEST_ARGS="--only-resource-intensive-tests 
--force-resource-intensive-tests --keep-failed-test-dir"
 elif [ "${DTEST_TARGET}" = "dtest-upgrade" ]; then
     DTEST_ARGS="--execute-upgrade-tests-only --upgrade-target-version-only 
--upgrade-version-selection all"
 else


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to