----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2573/ -----------------------------------------------------------
(Updated 2011-10-31 16:58:25.339604) Review request for oozie, Mohammad Islam and Angelo K. Huang. Changes ------- JPAExecutor corresponding to the queries were not uploaded in the last diff by my mistake. Added now. Please review them Summary ------- Bug oozie-587 Summary: https://issues.apache.org/jira/browse/OOZIE-587 This addresses bug OOZIE-587. https://issues.apache.org/jira/browse/OOZIE-587 Diffs (updated) ----- trunk/core/src/main/java/org/apache/oozie/CoordinatorActionBean.java 1189491 trunk/core/src/main/java/org/apache/oozie/command/coord/CoordActionCheckXCommand.java 1189491 trunk/core/src/main/java/org/apache/oozie/command/coord/CoordKillXCommand.java 1189491 trunk/core/src/main/java/org/apache/oozie/command/coord/CoordResumeXCommand.java 1189491 trunk/core/src/main/java/org/apache/oozie/command/coord/CoordSuspendXCommand.java 1189491 trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordActionGetJPAExecutor.java 1189491 trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordActionUpdateStatusJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsNotCompletedJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsRunningJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsStatusByPendingFalseJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsSuspendedJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetPendingActionsCountJPAExecutor.java PRE-CREATION trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1189491 trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordActionUpdateStatusJPAExecutor.java PRE-CREATION trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsNotCompletedJPAExecutor.java PRE-CREATION trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsRunningJPAExecutor.java PRE-CREATION trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsStatusByPendingFalseJPAExecutor.java PRE-CREATION trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsSuspendedJPAExecutor.java PRE-CREATION trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetPendingActionsCountJPAExecutor.java PRE-CREATION trunk/release-log.txt 1189491 Diff: https://reviews.apache.org/r/2573/diff Testing ------- Added test cases for JPAExecutor. Tested against current test cases. Thanks, Virag
