MAPREDUCE-3281. Fixed a bug in TestLinuxContainerExecutorWithMocks. (vinodkv)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1189818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f114dad5ef
commit
1b8511ef89
@ -1811,6 +1811,8 @@ Release 0.23.0 - Unreleased
|
|||||||
containers (process-trees) irrespective of whether the container succeeded,
|
containers (process-trees) irrespective of whether the container succeeded,
|
||||||
or killed. (Hitesh Shah via vinodkv)
|
or killed. (Hitesh Shah via vinodkv)
|
||||||
|
|
||||||
|
MAPREDUCE-3281. Fixed a bug in TestLinuxContainerExecutorWithMocks. (vinodkv)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -117,7 +117,7 @@ public void testContainerLaunch() throws IOException {
|
|||||||
appSubmitter, appId, workDir);
|
appSubmitter, appId, workDir);
|
||||||
assertEquals(0, ret);
|
assertEquals(0, ret);
|
||||||
assertEquals(Arrays.asList(appSubmitter, cmd, appId, containerId,
|
assertEquals(Arrays.asList(appSubmitter, cmd, appId, containerId,
|
||||||
workDir.toString(), "/bin/echo", "/dev/null", pidFile),
|
workDir.toString(), "/bin/echo", "/dev/null", pidFile.toString()),
|
||||||
readMockParams());
|
readMockParams());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user