You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2016/02/27 00:59:47 UTC

incubator-slider git commit: SLIDER-1094 testAMKilledWithStateAMStartedAgentsStarted tries to catch an app in ACCEPTED state

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 629066e5b -> dffff103e


SLIDER-1094 testAMKilledWithStateAMStartedAgentsStarted tries to catch an app in ACCEPTED state


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/dffff103
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/dffff103
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/dffff103

Branch: refs/heads/develop
Commit: dffff103eba13192ec1a09ffb289ea14e2c87c66
Parents: 629066e
Author: Gour Saha <go...@apache.org>
Authored: Fri Feb 26 15:59:25 2016 -0800
Committer: Gour Saha <go...@apache.org>
Committed: Fri Feb 26 15:59:25 2016 -0800

----------------------------------------------------------------------
 .../org/apache/slider/funtest/framework/CommandTestBase.groovy    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/dffff103/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/CommandTestBase.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/CommandTestBase.groovy b/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/CommandTestBase.groovy
index 929a87b..82589aa 100644
--- a/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/CommandTestBase.groovy
+++ b/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/CommandTestBase.groovy
@@ -937,9 +937,6 @@ abstract class CommandTestBase extends SliderTestUtils {
         ARG_MESSAGE, "suicide"
     ])
 
-    // app gets accepted
-    log.info "awaiting app to enter ACCEPTED state"
-    awaitYarnApplicationAccepted(appId)
     // app goes live
     log.info "awaiting app to enter RUNNING state"
     ensureYarnApplicationIsUp(appId)