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/feature/SLIDER-906_docker_support
Commit: dffff103eba13192ec1a09ffb289ea14e2c87c66
Parents: 629066e
Author: Gour Saha <gourks...@apache.org>
Authored: Fri Feb 26 15:59:25 2016 -0800
Committer: Gour Saha <gourks...@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)

Reply via email to