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.git

commit 8e355197f07ff2c172f31a740ace4f52e34a0fd9
Merge: bc40d3bb27 70ec86c576
Author: mck <[email protected]>
AuthorDate: Mon Dec 9 15:52:51 2024 +1100

    Merge branch 'cassandra-5.0' into trunk
    
    * cassandra-5.0:
      Repeatable test runs, and named command line options, for test scripts

 .build/README.md            |  62 ++++++-----
 .build/docker/run-tests.sh  |  84 +++++++++++----
 .build/run-python-dtests.sh |  33 +++++-
 .build/run-tests.sh         | 247 +++++++++++++++++++++++++++++++++++---------
 .jenkins/Jenkinsfile        |   6 +-
 5 files changed, 326 insertions(+), 106 deletions(-)

diff --cc .build/run-tests.sh
index fd961d8446,9ace42cbb5..779ce2d0b2
--- a/.build/run-tests.sh
+++ b/.build/run-tests.sh
@@@ -78,8 -168,12 +168,13 @@@ _timeout_for() 
    grep "name=\"${1}\"" build.xml | awk -F'"' '{print $4}'
  }
  
+ _get_env_var() {
+   [[ ${env_vars} =~ ${1}=([^|]+) ]]
+   echo "${BASH_REMATCH[1]}"
+ }
+ 
  _build_all_dtest_jars() {
 +
      # build the dtest-jar for the branch under test. remember to `ant clean` 
if you want a new dtest jar built
      dtest_jar_version=$(grep 'property\s*name=\"base.version\"' build.xml 
|sed -ne 's/.*value=\"\([^"]*\)\".*/\1/p')
      if [ -f "${DIST_DIR}/dtest-${dtest_jar_version}.jar" ] ; then


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

Reply via email to