You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/10 23:46:14 UTC

[24/24] incubator-slider git commit: Merge branch 'feature/SLIDER-622-windows' into develop

Merge branch 'feature/SLIDER-622-windows' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/fc140b52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/fc140b52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/fc140b52

Branch: refs/heads/develop
Commit: fc140b52204244f3f834b2095ce99c596edd5b6e
Parents: 62cdd69 81ada23
Author: Steve Loughran <st...@apache.org>
Authored: Mon Nov 10 22:45:34 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Nov 10 22:45:34 2014 +0000

----------------------------------------------------------------------
 pom.xml                                         |  36 +++++-
 slider-core/pom.xml                             |   8 +-
 .../apache/slider/common/tools/SliderUtils.java |  10 +-
 .../services/utility/EndOfServiceWaiter.java    |  13 +-
 .../services/workflow/ForkedProcessService.java |   2 +-
 .../standalone/TestStandaloneAMDestroy.groovy   |   4 +
 .../standalone/TestStandaloneAMKill.groovy      |   4 +-
 .../standalone/TestStandaloneAgentAM.groovy     |   1 +
 .../common/tools/TestWindowsSupport.groovy      | 125 +++++++++++++------
 .../common/tools/TestZKIntegration.groovy       |   4 +-
 .../server/appmaster/actions/TestActions.groovy |   2 +-
 .../apache/slider/test/SliderTestUtils.groovy   |  88 +++++++------
 .../slider/test/YarnMiniClusterTestBase.groovy  |  59 ++++++++-
 .../test/YarnZKMiniClusterTestBase.groovy       |   2 +-
 .../services/workflow/TestLongLivedProcess.java |   2 -
 .../TestWorkflowForkedProcessService.java       |  23 ++--
 .../providers/accumulo/AccumuloTestBase.groovy  |   2 +-
 .../accumulo/live/TestAccFreezeThaw.groovy      |   4 +-
 18 files changed, 272 insertions(+), 117 deletions(-)
----------------------------------------------------------------------