-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2997/
-----------------------------------------------------------
(Updated 2011-12-06 03:39:57.490948)
Review request for oozie, Mohammad Islam and Angelo K. Huang.
Changes
-------
Incorporated review feedback. Added separate test resource to test
functionality.
Summary (updated)
-------
In workflow rerun, parametrized variables were not getting replaced with values
in the action configuration, causing a JA018 error. Therefore it is required to
have the action configuration in the rerun code to update itself with the
values corresponding to the keys.
This addresses bug OOZIE-8.
https://issues.apache.org/jira/browse/OOZIE-8
Diffs (updated)
-----
trunk/core/src/main/java/org/apache/oozie/command/wf/ReRunXCommand.java
1209673
trunk/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
1209673
trunk/core/src/test/resources/rerun-varsub-wf.xml PRE-CREATION
Diff: https://reviews.apache.org/r/2997/diff
Testing
-------
yes
Thanks,
Mona