Repository: incubator-slider
Updated Branches:
  refs/heads/releases/slider-0.80.0-incubating fd1bad739 -> 31bc38ebb


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/31bc38eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/31bc38eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/31bc38eb

Branch: refs/heads/releases/slider-0.80.0-incubating
Commit: 31bc38ebbe044d8c87cc0b9903b679725d43fa14
Parents: fd1bad7
Author: Gour Saha <gourks...@apache.org>
Authored: Wed May 6 22:35:37 2015 -0700
Committer: Gour Saha <gourks...@apache.org>
Committed: Thu May 7 00:33:08 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/31bc38eb/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])
   }
   

Reply via email to