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

ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 89cf23d  Enable rerunning flakes twice
89cf23d is described below

commit 89cf23d52c7876230df4e84a818f8f848a7a7c19
Author: Ivan Kelly <[email protected]>
AuthorDate: Fri Jan 26 10:53:14 2018 +0100

    Enable rerunning flakes twice
    
    Enables a configuration in maven to rerun failed tests a second time.
    
    Master issue: #1031
    
    Author: Ivan Kelly <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    This closes #1062 from ivankelly/retry-flake
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a071a89..8565fef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,6 +239,7 @@
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <reuseForks>false</reuseForks>
           <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
+          <rerunFailingTestsCount>2</rerunFailingTestsCount>
         </configuration>
       </plugin>
       <plugin>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to