MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow times out. Contributed by Robert Kanter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1527037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58f40d3bf4
commit
711abc3827
@ -238,6 +238,9 @@ Release 2.1.2 - UNRELEASED
|
|||||||
TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via
|
TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via
|
||||||
acmurthy)
|
acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow
|
||||||
|
times out (Robert Kanter via jlowe)
|
||||||
|
|
||||||
Release 2.1.1-beta - 2013-09-23
|
Release 2.1.1-beta - 2013-09-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -228,7 +228,7 @@ private static TaskAttemptCompletionEvent createTce(int eventId,
|
|||||||
return tce;
|
return tce;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test (timeout=1000)
|
@Test (timeout=10000)
|
||||||
public void testCommitWindow() throws IOException {
|
public void testCommitWindow() throws IOException {
|
||||||
SystemClock clock = new SystemClock();
|
SystemClock clock = new SystemClock();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user