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 34d9592 Java DTests don't support parallel runners (CASSANDRA-16511)
34d9592 is described below
commit 34d9592dda05ab313efac9d04e565f593fa40b37
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Mar 12 20:05:37 2021 +0100
Java DTests don't support parallel runners (CASSANDRA-16511)
---
build-scripts/cassandra-test.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index a9b0a8d..7903864 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -93,11 +93,11 @@ _main() {
ant testclasslist -Dtest.classlistprefix=long
-Dtest.timeout=$(_timeout_for "test.long.timeout") -Dtest.classlistfile=<(
_list_tests "long" ) -Dtmp.dir="${TMP_DIR}" || 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}" || echo "failed $target"
+ 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"
;;
"jvm-dtest-upgrade")
_build_all_dtest_jars
- ant testclasslist -Dtest.classlistprefix=distributed
-Dtest.timeout=$(_timeout_for "test.distributed.timeout")
-Dtest.classlistfile=<( _list_tests "distributed" | grep "upgrade" )
-Dtmp.dir="${TMP_DIR}" || echo "failed $target"
+ ant testclasslist -Dtest.classlistprefix=distributed
-Dtest.timeout=$(_timeout_for "test.distributed.timeout")
-Dtest.classlistfile=<( _list_tests "distributed" | grep "upgrade" )
-Dtmp.dir="${TMP_DIR}" -Dtest.runners=1 || echo "failed $target"
;;
*)
echo "unregconised \"$target\""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]