Description Usage Value Author(s) References See Also Examples
when job is pushed with auto.recover=TRUE and fails, q.validation re-run all jjob to ensure the failure is permanent issue.
If rerun test passes result in second run, it automatically tags as 'success'.
This reduces the amount of re-running test.
1 |
NULL |
All validated |
chris okugami
automated validation for QAQC
q.push(auto.recovery=TRUE) q.schedule(auto.recover=TRUE)
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
q.push(auto.recovery=TRUE, script='my.rmd')
q.validation()
# validation 1 test failed.
# passed
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.