Skip to content

Commit

Permalink
CNDB-11508: CQLSHLIB tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterinadimitrova2 committed Oct 30, 2024
1 parent 951014c commit b68440f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion conf/jvm22-server.options
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# Java 11 (and newer) GC logging options:
# See description of https://bugs.openjdk.java.net/browse/JDK-8046148 for details about the syntax
# The following is the equivalent to -XX:+PrintGCDetails -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=10M
# -Xlog:gc=info,heap*=debug,age*=debug,safepoint=info,promotion*=debug:file=/var/log/cassandra/gc.log:time,uptime,pid,tid,level:filecount=10,filesize=10485760
-Xlog:gc=info,heap*=debug,age*=debug,safepoint=info,promotion*=debug:file=/var/log/cassandra/gc.log:time,uptime,pid,tid,level:filecount=10,filesize=10485760

# Notes for Java 8 migration:
#
Expand Down
4 changes: 0 additions & 4 deletions pylib/cassandra-cqlsh-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,13 @@ export CCM_CONFIG_DIR="${TMPDIR}/.ccm"
export NUM_TOKENS="16"
export CASSANDRA_DIR=${WORKSPACE}

# Kate, there was some conflict after CNDB-10190, check this later, for now I focused on the unit tests so ignore it...
if [[ -z "${version}" ]]; then
version=$(grep 'property\s*name=\"base.version\"' ${CASSANDRA_DIR}/build.xml |sed -ne 's/.*value=\"\([^"]*\)\".*/\1/p')
fi

if [[ -z "${java_version}" ]]; then
java_version=$(java -version 2>&1 | awk -F '"' '/version/ {print $2}' | sed 's/^1\.//g' | awk -F. '{print $1}')
fi
if [[ ${java_version} -ge 11 ]]; then
export CASSANDRA_USE_JDK11=true
fi

if [[ -z "${python_version}" ]]; then
python_version="3.8"
Expand Down

1 comment on commit b68440f

@cassci-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build rejected: 4 NEW test failure(s) in 1 builds.
Butler analysis done on ds-cassandra-pr-gate/CNDB-11508 vs last 16 runs of ds-cassandra-build-nightly/main.

Status Test Description Branch story Upstream story
TestAllowFiltering.test_count test is constantly failing. No failures on upstream 🔴 🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵
HostReplacementOfDownedClusterTest.hostReplacementOfDeadNodeAndOtherNodeStartsAfter test is constantly failing. No failures on upstream 🔴 🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵
VectorCompressionTest.testBert test is constantly failing. No failures on upstream 🔴 🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵
VectorSiftSmallTest.testMultiSegmentBuild test is constantly failing. No failures on upstream 🔴 🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵
butler comparison

Please sign in to comment.