You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by PRAGYA MITTAL <mi...@gmail.com> on 2015/05/13 13:18:58 UTC

Review Request 34162: Adding new test cases related to rerun feature

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34162/
-----------------------------------------------------------

Review request for Falcon and samarth gupta.


Bugs: FALCON-1215
    https://issues.apache.org/jira/browse/FALCON-1215


Repository: falcon-git


Description
-------

Adding test cases related to following feature:
1. When a particular action of workflow fails(say post-processing), then rerun only runs failed action and not the entire workflow.
2. When a particular action of sub-workflow fails, then rerun only runs failed action and not the entire workflow.


Diffs
-----

  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/util/OSUtil.java ab27ccf 
  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/util/OozieUtil.java 15b0497 
  falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ProcessInstanceRerunTest.java f65f9c9 
  falcon-regression/merlin/src/test/resources/MultipleActionWorkflow/workflow.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/34162/diff/


Testing
-------

Tested.


Thanks,

PRAGYA MITTAL