mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
Fix post-test run metric checks to pass though all test args
This commit is contained in:
committed by
Henry Robinson
parent
c72a24cdd5
commit
a743a3779c
@@ -93,7 +93,7 @@ if __name__ == "__main__":
|
||||
test_executor.run_tests(args)
|
||||
|
||||
# Finally, validate impalad/statestored metrics.
|
||||
args = LOGGING_ARGS % {'result_dir': TEST_RESULT_DIR, 'log_name': "verify-metrics"}
|
||||
args = build_test_args(log_base_name='verify-metrics', valid_dirs=['verifiers'])
|
||||
args += ' verifiers/test_verify_metrics.py'
|
||||
test_executor.run_tests(args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user