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 <[email protected]> Authored: Wed May 6 22:35:37 2015 -0700 Committer: Gour Saha <[email protected]> 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]) }
