You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/08/08 08:22:16 UTC

[cassandra] branch cassandra-3.11 updated (86a9261 -> 2beebbb)

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

mck pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 86a9261  Fix short read protection for GROUP BY queries
     new ffc8e40  Run in-jvm upgrade dtests in ci-cassandra
     new 2beebbb  Merge branch 'cassandra-3.0' into cassandra-3.11

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .jenkins/Jenkinsfile | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2beebbbedcbc4945916dca7e4728c713d6a02b70
Merge: 86a9261 ffc8e40
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Aug 8 10:18:02 2020 +0200

    Merge branch 'cassandra-3.0' into cassandra-3.11

 .jenkins/Jenkinsfile | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --cc .jenkins/Jenkinsfile
index 9d94afb,de9761a..404ce60
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@@ -35,27 -35,10 +35,27 @@@ pipeline 
          steps {
              build job: "${env.JOB_NAME}-artifacts"
          }
 -      }
 -      stage('Test') {
 +    }
 +    stage('Test') {
          parallel {
 +          stage('stress') {
 +            steps {
 +                script {
 +                  stress = build job: "${env.JOB_NAME}-stress-test", propagate: false
 +                  if (stress.result != 'SUCCESS') unstable('stress test failures')
 +                }
 +            }
 +            post {
 +              always {
 +                  warnError('missing test xml files') {
 +                      script {
 +                          copyTestResults('stress-test', stress.getNumber())
 +                      }
 +                  }
 +              }
 +            }
 +          }
-           stage('JVM DTests') {
+           stage('jvm-dtest') {
              steps {
                script {
                  jvm_dtest = build job: "${env.JOB_NAME}-jvm-dtest", propagate: false


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