Repository: incubator-slider Updated Branches: refs/heads/develop d3cda41b6 -> 26eeddf8f
SLIDER-810 YARN config changes to enable partial logs upload for long running services (comments in test) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/26eeddf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/26eeddf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/26eeddf8 Branch: refs/heads/develop Commit: 26eeddf8f23d22e8c1ff9f3e6a2270e7744aabac Parents: d3cda41 Author: Gour Saha <[email protected]> Authored: Fri Apr 17 12:14:28 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Fri Apr 17 12:14:28 2015 -0700 ---------------------------------------------------------------------- .../apache/slider/core/launch/TestAppMasterLauncher.java | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/26eeddf8/slider-core/src/test/java/org/apache/slider/core/launch/TestAppMasterLauncher.java ---------------------------------------------------------------------- diff --git a/slider-core/src/test/java/org/apache/slider/core/launch/TestAppMasterLauncher.java b/slider-core/src/test/java/org/apache/slider/core/launch/TestAppMasterLauncher.java index 1267098..a71cee0 100644 --- a/slider-core/src/test/java/org/apache/slider/core/launch/TestAppMasterLauncher.java +++ b/slider-core/src/test/java/org/apache/slider/core/launch/TestAppMasterLauncher.java @@ -51,6 +51,15 @@ public class TestAppMasterLauncher { .andReturn(yarnClientApp).once(); } + /** + * These tests will probably fail when compiled against hadoop 2.7+. Please + * refer to SLIDER-810. It has been purposely not modified so that it fails + * and that someone needs to modify the code in + * {@code AbstractLauncher#extractLogAggregationContext(Map)}. Comments are + * provided in that method as to what needs to be done. + * + * @throws Exception + */ @Test public void testExtractLogAggregationContext() throws Exception { Map<String, String> options = new HashMap<String, String>();
