MAPREDUCE-5804. TestMRJobsWithProfiler#testProfiler timesout. Contributed by Mit Desai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4224e61340
commit
767a98aa92
@ -160,6 +160,9 @@ Release 2.5.0 - UNRELEASED
|
|||||||
MAPREDUCE-5456. TestFetcher.testCopyFromHostExtraBytes is missing (Jason
|
MAPREDUCE-5456. TestFetcher.testCopyFromHostExtraBytes is missing (Jason
|
||||||
Lowe via jeagles)
|
Lowe via jeagles)
|
||||||
|
|
||||||
|
MAPREDUCE-5804. TestMRJobsWithProfiler#testProfiler timesout (Mit Desai
|
||||||
|
via kihwal)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -104,7 +104,7 @@ public void tearDown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test (timeout = 120000)
|
@Test (timeout = 150000)
|
||||||
public void testProfiler() throws IOException, InterruptedException,
|
public void testProfiler() throws IOException, InterruptedException,
|
||||||
ClassNotFoundException {
|
ClassNotFoundException {
|
||||||
if (!(new File(MiniMRYarnCluster.APPJAR)).exists()) {
|
if (!(new File(MiniMRYarnCluster.APPJAR)).exists()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user