YARN-4550. Some tests in TestContainerLanch fails on non-english locale environment. (Takashi Ohnishi via stevel)
This commit is contained in:
parent
6702e7d66a
commit
07d1cb612c
|
@ -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
|
||||
|
|
|
@ -631,7 +631,7 @@ public class TestContainerLaunch extends BaseContainerManagerTest {
|
|||
+ " 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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue