You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/10/08 20:48:37 UTC

[7/7] git commit: SLIDER-249 test doesn't compile without "YARN-2571 RM to support YARN registry" extension of YARN-913; rm'd an assertion

SLIDER-249 test doesn't compile without "YARN-2571 RM to support YARN registry" extension of YARN-913; rm'd an assertion


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

Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry
Commit: 3a759d1ec111fbc57cbe0697422052a049dca031
Parents: 02623b1
Author: Steve Loughran <st...@apache.org>
Authored: Wed Oct 8 11:47:23 2014 -0700
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Oct 8 11:47:23 2014 -0700

----------------------------------------------------------------------
 .../slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy  | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/3a759d1e/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy
----------------------------------------------------------------------
diff --git a/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy b/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy
index 97e995d..83774d2 100644
--- a/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy
+++ b/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneYarnRegistryAM.groovy
@@ -76,10 +76,6 @@ class TestStandaloneYarnRegistryAM extends AgentMiniClusterTestBase {
     def registryOperations = microZKCluster.registryOperations
     registryOperations.stat(RegistryConstants.PATH_SYSTEM_SERVICES)
     
-    // verify the cluster has the YARN reg service live
-    def rmRegistryService = miniCluster.getResourceManager(0).RMContext.registry
-    assert rmRegistryService
-    
     ServiceLauncher<SliderClient> launcher
     launcher = createStandaloneAM(clustername, true, false)
     SliderClient client = launcher.service