Skip to content

Commit 1a7f123

Browse files
committed
svn commit -c 1527037 FIXES: 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/branches/branch-2@1527039 13f79535-47bb-0310-9956-ffa450edef68
1 parent 27a3d9b commit 1a7f123

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Release 2.1.2 - UNRELEASED
101101
TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via
102102
acmurthy)
103103

104+
MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow
105+
times out (Robert Kanter via jlowe)
106+
104107
Release 2.1.1-beta - 2013-09-23
105108

106109
INCOMPATIBLE CHANGES

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapred/TestTaskAttemptListenerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private static TaskAttemptCompletionEvent createTce(int eventId,
228228
return tce;
229229
}
230230

231-
@Test (timeout=1000)
231+
@Test (timeout=10000)
232232
public void testCommitWindow() throws IOException {
233233
SystemClock clock = new SystemClock();
234234

0 commit comments

Comments
 (0)