This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 656b88111a Add back in rerunFailingTests flag for unit tests (#1880)
656b88111a is described below
commit 656b88111a9f40528076f79ffab0e8586f78c25a
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Apr 6 12:18:35 2026 -0400
Add back in rerunFailingTests flag for unit tests (#1880)
We still have too many flaky tests that cause the build to fail almost
every time with different failures so this is needed for now.
---
.github/workflows/ci-nightly.yml | 2 +-
.github/workflows/ci-quick.yml | 4 ++--
.github/workflows/ci-weekly.yml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index 539290f95a..e3922fd468 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -54,7 +54,7 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Build
- run: mvn -U -B -e clean install -DskipTests
+ run: mvn -U -B -e clean install -DskipTests
-Dsurefire.rerunFailingTestsCount=3
- name: Verify
run: mvn apache-rat:check
diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml
index a170c2f2e4..a31b50d5cd 100644
--- a/.github/workflows/ci-quick.yml
+++ b/.github/workflows/ci-quick.yml
@@ -84,7 +84,7 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Test
- run: mvn -B -e -fae verify -Pactivemq.tests-quick
+ run: mvn -B -e -fae verify -Pactivemq.tests-quick
-Dsurefire.rerunFailingTestsCount=3
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v7
@@ -98,4 +98,4 @@ jobs:
large_files: true
report_individual_runs: true
report_suite_logs: error
- files: '**/target/surefire-reports/*.xml'
\ No newline at end of file
+ files: '**/target/surefire-reports/*.xml'
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index dac5e0eaad..09c34750df 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -52,7 +52,7 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Build
- run: mvn -U -B -e clean install -DskipTests
+ run: mvn -U -B -e clean install -DskipTests
-Dsurefire.rerunFailingTestsCount=3
- name: Verify
run: mvn apache-rat:check
@@ -91,4 +91,4 @@ jobs:
large_files: true
report_individual_runs: true
report_suite_logs: error
- files: '**/target/surefire-reports/*.xml'
\ No newline at end of file
+ files: '**/target/surefire-reports/*.xml'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact