szetszwo commented on code in PR #1227:
URL: https://github.com/apache/ratis/pull/1227#discussion_r1988203427
##########
pom.xml:
##########
@@ -174,7 +174,7 @@
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
<maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
- <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>3.0.0-M9</maven-surefire-plugin.version>
Review Comment:
Added `echo` to print out the command
```
mvnw -V -B -Dsurefire.rerunFailingTestsCount=5 -Dsurefire.timeout=1200
--fail-at-end -Djacoco.skip test -Pflaky-tests
```
Now, I can reproduce it locally using the above command.
```
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13.154 s
[INFO] Finished at: 2025-03-10T17:51:38-07:00
[INFO]
------------------------------------------------------------------------
[INFO] 42 goals, 42 executed
[INFO] Build cache (/Users/szetszwo/.m2/.develocity/build-cache/v1) removing
files not accessed on or after Mon Mar 03 16:51:38 PST 2025.
[INFO] Build cache (/Users/szetszwo/.m2/.develocity/build-cache/v1) cleanup
deleted 0 files/directories.
[INFO] Build cache (/Users/szetszwo/.m2/.develocity/build-cache/v1) cleaned
up in 0.003 secs.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on
project ratis-docs: groups/excludedGroups require TestNG, JUnit48+ or JUnit 5
(a specific engine required on classpath) on project test classpath -> [Help 1]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on
project ratis-proto: groups/excludedGroups require TestNG, JUnit48+ or JUnit 5
(a specific engine required on classpath) on project test classpath -> [Help 1]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]