Repository: oozie
Updated Branches:
  refs/heads/master 07deb2b80 -> 250b4212a


OOZIE-3201 Typo in TestCoordActionInputCheckXCommand (gongchuanjie via 
andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/250b4212
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/250b4212
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/250b4212

Branch: refs/heads/master
Commit: 250b4212a8d18d9da08eda53eff3964efd5873e8
Parents: 07deb2b
Author: Andras Piros <andras.pi...@cloudera.com>
Authored: Mon Mar 26 15:07:13 2018 +0200
Committer: Andras Piros <andras.pi...@cloudera.com>
Committed: Mon Mar 26 15:07:13 2018 +0200

----------------------------------------------------------------------
 .../oozie/command/coord/TestCoordActionInputCheckXCommand.java     | 2 +-
 release-log.txt                                                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/250b4212/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
index 96ac195..99872dc 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
@@ -860,7 +860,7 @@ public class TestCoordActionInputCheckXCommand extends 
XDataTestCase {
         
CoordJobQueryExecutor.getInstance().executeUpdate(CoordJobQueryExecutor.CoordJobQuery.UPDATE_COORD_JOB,
 job);
         String missingDeps = "hdfs:///dirx/filex";
 
-        // nominal time is one hour past. So aciton will be skipped
+        // nominal time is one hour past. So action will be skipped
         String actionId1 = addInitRecords(missingDeps, null, TZ, job, 1);
         Date nomTime = new Date(new Date().getTime() - 60 * 60 * 1000);     // 
1 hour ago
         setCoordActionNominalTime(actionId1, nomTime.getTime());

http://git-wip-us.apache.org/repos/asf/oozie/blob/250b4212/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index d126338..f41d9e5 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3201 Typo in TestCoordActionInputCheckXCommand (gongchuanjie via 
andras.piros)
 OOZIE-3056 Implement new mechanism to specify ShareLibs for workflow actions 
(gezapeti via andras.piros)
 OOZIE-2600 OYA: Update Documentation (andras.piros via gezapeti)
 OOZIE-3189 Update the release script and wiki page to use sha512 instead of 
md5 (rkanter via gezapeti)

Reply via email to