zhangyue19921010 commented on a change in pull request #4398:
URL: https://github.com/apache/hudi/pull/4398#discussion_r772799301
##########
File path: pom.xml
##########
@@ -355,6 +342,20 @@
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${maven-surefire-plugin.version}</version>
+ <configuration>
+ <rerunFailingTestsCount>3</rerunFailingTestsCount>
Review comment:
Mentioned here
https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html
```
(JUnit 4+ providers and JUnit 5+ providers since 3.0.0-M4) The number of
times each failing test will be rerun. If set larger than 0, rerun failing
tests immediately after they fail. If a failing test passes in any of those
reruns, it will be marked as pass and reported as a "flake". However, all the
failing attempts will be recorded.
Default value is: 0.
User property is: surefire.rerunFailingTestsCount.
```
--
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]