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

mck 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 20bde6f  Disable parallel test runners until post 4.0-rc1
20bde6f is described below

commit 20bde6fe1655719715ca269519052262bbf5e5a2
Author: Mick Semb Wever <[email protected]>
AuthorDate: Wed Mar 24 08:50:04 2021 +0100

    Disable parallel test runners until post 4.0-rc1
---
 build-scripts/cassandra-test.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index 7903864..b25b8bc 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -78,19 +78,19 @@ _main() {
       ant $target -Dtmp.dir="$(pwd)/tmp" -Dmaven.test.failure.ignore=true
       ;;
     "test")
-      ant testclasslist -Dtest.classlistfile=<( _list_tests "unit" ) 
-Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+      ant testclasslist -Dtest.classlistfile=<( _list_tests "unit" ) 
-Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed $target"
       ;;
     "test-cdc")
-      ant testclasslist-cdc -Dtest.classlistfile=<( _list_tests "unit" ) 
-Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+      ant testclasslist-cdc -Dtest.classlistfile=<( _list_tests "unit" ) 
-Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed $target"
       ;;
     "test-compression")
-      ant testclasslist-compression -Dtest.classlistfile=<( _list_tests "unit" 
) -Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+      ant testclasslist-compression -Dtest.classlistfile=<( _list_tests "unit" 
) -Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed $target"
       ;;
     "test-burn")
-      ant testclasslist -Dtest.classlistprefix=burn 
-Dtest.timeout=$(_timeout_for "test.burn.timeout") -Dtest.classlistfile=<( 
_list_tests "burn" ) -Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+      ant testclasslist -Dtest.classlistprefix=burn 
-Dtest.timeout=$(_timeout_for "test.burn.timeout") -Dtest.classlistfile=<( 
_list_tests "burn" ) -Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed 
$target"
       ;;
     "long-test")
-      ant testclasslist -Dtest.classlistprefix=long 
-Dtest.timeout=$(_timeout_for "test.long.timeout") -Dtest.classlistfile=<( 
_list_tests "long" ) -Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+      ant testclasslist -Dtest.classlistprefix=long 
-Dtest.timeout=$(_timeout_for "test.long.timeout") -Dtest.classlistfile=<( 
_list_tests "long" ) -Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed 
$target"
       ;;
     "jvm-dtest")
       ant testclasslist -Dtest.classlistprefix=distributed 
-Dtest.timeout=$(_timeout_for "test.distributed.timeout") 
-Dtest.classlistfile=<( _list_tests "distributed" | grep -v "upgrade" ) 
-Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed $target"

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

Reply via email to