This console application helps in testing other console applications by checking the output against specific rules specified by the user as regular expressions.
The application expects as arguments one or more control files that consist of commands. Each line is interpreted and compared against a list of known commands. Comments must stay on their own line and should start with a # sign.
The documentation uses the term target to refer to a program that is being tested. ...
Validation of complex Apache Oozie Hadoop workflow
Library validated complex Oozie workflows (http://oozie.apache.org/).
Two usage scenarios:
1) Execute workflow with specified parameters, and as result get list of passed nodes.
Sample in WorkflowDirProcessorIntegrationTest
Note: from all workflow functions only "wf:conf" is supported now.
2) Check called actions exists or build full call tree in xml format
Sample in OozieWorkflowCheckerTest:
You can override properties from "config-default.xml" and "job.properties" by file...
Patchy extends the Mantis bug tracking system to allow users to submit patches which are then autotested before being queued for approval. Please download, try the live demo (Home Page link above), join the announce mailing list for updates or help code!