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 2015/06/08 21:59:37 UTC

incubator-slider git commit: SLIDER-897 ApplicationWithAddonPackagesIT fun test failing on Windows (Thomas Liu via gourksaha)

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 6dc17c026 -> a8032fa17


SLIDER-897 ApplicationWithAddonPackagesIT fun test failing on Windows (Thomas Liu via gourksaha)


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

Branch: refs/heads/develop
Commit: a8032fa17790e61702b79de21f5b51f6938ad5fb
Parents: 6dc17c0
Author: Gour Saha <go...@apache.org>
Authored: Mon Jun 8 12:59:24 2015 -0700
Committer: Gour Saha <go...@apache.org>
Committed: Mon Jun 8 12:59:24 2015 -0700

----------------------------------------------------------------------
 .../org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a8032fa1/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy
index 0d8724f..ce2ed92 100644
--- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy
+++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentPingSocketIT.groovy
@@ -67,6 +67,7 @@ public class AgentPingSocketIT extends AgentCommandTestBase
   @Test
   public void testAgentRegistry() throws Throwable {
     describe("Create a cluster using metainfo, resources, and appConfig that calls nc to listen on a port")
+    assumeNotWindows()
     def clusterpath = buildClusterPath(CLUSTER)
     File launchReportFile = createTempJsonFile();