YARN-4550. Some tests in TestContainerLanch fails on non-english locale environment. (Takashi Ohnishi via stevel)

This commit is contained in:
Steve Loughran 2016-01-07 14:30:07 +00:00
parent 6702e7d66a
commit 07d1cb612c
2 changed files with 4 additions and 1 deletions

View File

@ -108,6 +108,9 @@ Release 2.9.0 - UNRELEASED
YARN-4393. Fix intermittent test failure for TestResourceLocalizationService
#testFailedDirsResourceRelease (Varun Saxana via rohithsharmaks)
YARN-4550. Some tests in TestContainerLanch fails on non-english locale
environment. (Takashi Ohnishi via stevel)
Release 2.8.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -631,7 +631,7 @@ public void handle(ContainerEvent event) {
+ " bytes of"));
Assert.assertTrue("Should contain contents of error Log",
exitEvent.getDiagnosticInfo().contains(
INVALID_JAVA_HOME + "/bin/java: No such file or directory"));
INVALID_JAVA_HOME + "/bin/java"));
}
}
}