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/05/07 07:36:05 UTC

incubator-slider git commit: SLIDER-773 Add co-processor support for app packages - fix fun tests (Thomas Liu via gourksaha)

Repository: incubator-slider
Updated Branches:
  refs/heads/develop f6e2e9fcb -> 64d3a2c96


SLIDER-773 Add co-processor support for app packages - fix fun tests (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/64d3a2c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/64d3a2c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/64d3a2c9

Branch: refs/heads/develop
Commit: 64d3a2c9656fef34b450b3f024eab45ea075fb80
Parents: f6e2e9f
Author: Gour Saha <go...@apache.org>
Authored: Wed May 6 22:35:37 2015 -0700
Committer: Gour Saha <go...@apache.org>
Committed: Wed May 6 22:35:37 2015 -0700

----------------------------------------------------------------------
 .../funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64d3a2c9/slider-funtest/src/test/groovy/org/apache/slider/funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy
index 4f89485..dc2087f 100644
--- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy
+++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/coprocessors/ApplicationWithAddonPackagesIT.groovy
@@ -133,7 +133,7 @@ public class ApplicationWithAddonPackagesIT extends AgentCommandTestBase{
 
     Thread.sleep(10000)
     //application should not start as no components in metainfo.json in add on pkg
-    exists(-1, CLUSTER)
+    exists(0, CLUSTER) // the Slider AM comes up, so technically the app exists
     list(0, [CLUSTER])
   }