You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/04/15 05:38:56 UTC

ambari git commit: AMBARI-15895 - AlertReceivedListenerTest is Flaky When Running @Before Code (part2) (jonathanhurley)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 259e12dd7 -> 512f9304d


AMBARI-15895 - AlertReceivedListenerTest is Flaky When Running @Before Code (part2) (jonathanhurley)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/512f9304
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/512f9304
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/512f9304

Branch: refs/heads/branch-2.2
Commit: 512f9304d45f4bdf811eb01183834e74e4b47b38
Parents: 259e12d
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Thu Apr 14 23:38:40 2016 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Thu Apr 14 23:38:47 2016 -0400

----------------------------------------------------------------------
 ambari-project/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/512f9304/ambari-project/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 2a4c124..076e88f 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -507,9 +507,8 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <forkMode>always</forkMode>
           <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
-          <reuseForks>false</reuseForks>
-          <forkCount>1</forkCount>
         </configuration>
       </plugin>
       <plugin>