You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Harsh J <ha...@cloudera.com> on 2012/01/25 18:11:18 UTC

Review Request: OOZIE-582 Adding new test cases for the feature - viewing log for coordinator actions in a given date range

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

Review request for oozie.


Summary
-------

The utility class CoordActionsInDateRange gives us the ability to specify a list of date ranges, and get the coordinator actions within that range to retrieve their corresponding logs. (See OOZIE-553) 

Some new test cases are to be included to test for syntactical as well as semantical errors in date range specification.


This addresses bug OOZIE-582.
    https://issues.apache.org/jira/browse/OOZIE-582


Diffs
-----

  http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/util/TestCoordActionsInDateRange.java 1235746 

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


Testing
-------

Patch is a test case addition.


Thanks,

Harsh