NVIDIA / spark-rapids-benchmarks

Spark RAPIDS Benchmarks – benchmark sets and utilities for the RAPIDS Accelerator for Apache Spark
Apache License 2.0
37 stars 27 forks source link

Exit with nonzero if any task failed #166

Closed GaryShen2008 closed 10 months ago

GaryShen2008 commented 1 year ago

Add an arg '--allow_failure' Save the query reports into an array Check the query reports after running and exit with non-zero value to represent a failure of the script if no flag '--allow_failure' Print out the query which status is 'Failed' or 'CompletedWithFailedTask'

Close #147