Skip to content

Commit 6aefbc7

Browse files
author
egashira
committed
OOZIE-2214 fix test case TestCoordRerunXCommand.testCoordRerunDateNeg (ryota)
1 parent 4fea941 commit 6aefbc7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/main/java/org/apache/oozie/coord/CoordUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ public static List<CoordinatorActionBean> getCoordActionsFromDates(String jobId,
143143
if (e.getErrorCode() == ErrorCode.E0605) {
144144
XLog.getLog(CoordUtils.class).info("No action for nominal time:" + s + ". Skipping over");
145145
}
146-
else {
147-
throw new CommandException(e);
148-
}
146+
throw new CommandException(e);
149147
}
150148

151149
}

release-log.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- Oozie 4.2.0 release (trunk - unreleased)
22

3+
OOZIE-2214 fix test case TestCoordRerunXCommand.testCoordRerunDateNeg (ryota)
34
OOZIE-2213 oozie-setup.ps1 should use "start-process" rather than "cmd /c" to invoke OozieSharelibCLI or OozieDBCLI commands (bzhang)
45
OOZIE-2210 Update extjs 2.2 link (bzhang)
56
OOZIE-2205 add option to load default/site.xml to actionConf on compute node (ryota)

0 commit comments

Comments
 (0)