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/632346e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/632346e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/632346e5 Branch: refs/heads/master Commit: 632346e540e1cac1ae6bac6b8ce1ed5bc5ba9772 Parents: 62c87ec Author: Steve Loughran <[email protected]> Authored: Tue Nov 11 13:50:30 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Tue Nov 11 15:04:47 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/632346e5/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)
