q.validation: automatic validation

Description Usage Value Author(s) References See Also Examples

View source: R/q.validation.R

Description

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.

Usage

1

Value

NULL

All validated

Author(s)

chris okugami

References

automated validation for QAQC

See Also

q.push(auto.recovery=TRUE) q.schedule(auto.recover=TRUE)

Examples

 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)

okux/qrmarkdown documentation built on Dec. 22, 2021, 4:17 a.m.