Repository: incubator-slider Updated Branches: refs/heads/develop e6c105831 -> a008aee20
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/a008aee2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a008aee2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a008aee2 Branch: refs/heads/develop Commit: a008aee20340b3395202f126b39254540917551c Parents: e6c1058 Author: Gour Saha <[email protected]> Authored: Fri May 15 12:05:24 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Fri May 15 12:05:24 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/a008aee2/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 5e821b9..aa8a083 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) //the Slider AM will fail while checking no components in metainfo.json of addon pkg - exists(0, CLUSTER) // need to set YARN yarn.resourcemanager.am.max-attempts to 10 + exists(-1, CLUSTER) list(0, [CLUSTER]) }
