SLIDER-637 rm unneeded test in TestZKIntegration
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/2bb2323c Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/2bb2323c Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/2bb2323c Branch: refs/heads/develop Commit: 2bb2323ccd0921da56bfdc502ece5d5b96ee8237 Parents: f9d7d45 Author: Steve Loughran <[email protected]> Authored: Tue Nov 11 13:50:30 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Tue Nov 11 13:50:30 2014 +0000 ---------------------------------------------------------------------- .../apache/slider/common/tools/TestZKIntegration.groovy | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2bb2323c/slider-core/src/test/groovy/org/apache/slider/common/tools/TestZKIntegration.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestZKIntegration.groovy b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestZKIntegration.groovy index 0aa1b91..431c49f 100644 --- a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestZKIntegration.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestZKIntegration.groovy @@ -59,16 +59,6 @@ class TestZKIntegration extends YarnZKMiniClusterTestBase implements KeysForTest zki = null; } - @Test - public void testIntegrationCreate() throws Throwable { - assertHasZKCluster() - initZKI() - String userPath = ZKIntegration.mkSliderUserPath(USER) - Stat stat = zki.stat(userPath) - assert stat != null - log.info("User path $userPath has stat $stat") - } - public ZKIntegration initZKI() { zki = createZKIntegrationInstance( getZKBinding(), methodName.methodName, true, false, 5000)
