You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2022/11/15 08:37:20 UTC

[cassandra] branch cassandra-4.0 updated: Cqlshlib tests are j11 greedy

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

bereng pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
     new 1df8174d67 Cqlshlib tests are j11 greedy
1df8174d67 is described below

commit 1df8174d67f67a75b5b17e2dff7f9838dc3e3ff6
Author: Bereng <be...@gmail.com>
AuthorDate: Mon Nov 14 13:41:26 2022 +0100

    Cqlshlib tests are j11 greedy
    
    Patch by Berenguer Blasi; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-18039
---
 pylib/cassandra-cqlsh-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh
index bfc5c979e9..35d759bf8a 100755
--- a/pylib/cassandra-cqlsh-tests.sh
+++ b/pylib/cassandra-cqlsh-tests.sh
@@ -59,6 +59,7 @@ if [ "$CASSANDRA_USE_JDK11" = true ] ; then
     TESTSUITE_NAME="${TESTSUITE_NAME}.jdk11"
 else
     TESTSUITE_NAME="${TESTSUITE_NAME}.jdk8"
+    unset JAVA11_HOME
 fi
 
 ant -buildfile ${CASSANDRA_DIR}/build.xml realclean


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org