Repository: incubator-slider Updated Branches: refs/heads/feature/SLIDER-622-jenkins-windows 727a7554a -> a04ce5fd4
SLIDER-622 jenkins failing on windows - fix regression Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/a04ce5fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a04ce5fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a04ce5fd Branch: refs/heads/feature/SLIDER-622-jenkins-windows Commit: a04ce5fd43e205925890424bfb33f0b6edf0c3cd Parents: 727a755 Author: Steve Loughran <[email protected]> Authored: Fri Nov 7 21:28:24 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Fri Nov 7 21:28:24 2014 +0000 ---------------------------------------------------------------------- .../slider/server/appmaster/TestDelayInContainerLaunch.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a04ce5fd/slider-core/src/test/groovy/org/apache/slider/server/appmaster/TestDelayInContainerLaunch.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/TestDelayInContainerLaunch.groovy b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/TestDelayInContainerLaunch.groovy index f32b843..5e6226e 100644 --- a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/TestDelayInContainerLaunch.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/TestDelayInContainerLaunch.groovy @@ -100,7 +100,7 @@ class TestDelayInContainerLaunch extends AgentTestBase { long delay = 30 TestDelayingSliderClient.delay = delay - sliderClientClassName = TestDelayingSliderClient + sliderClientClassName = TestDelayingSliderClient.name try { ServiceLauncher<SliderClient> launcher = buildAgentCluster(clustername, roles,
