]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orch/run: trim log files & other minor fixes 1768/head
authorVallari Agrawal <val.agl002@gmail.com>
Sat, 25 Jun 2022 14:16:46 +0000 (19:46 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Thu, 29 Sep 2022 16:30:31 +0000 (22:00 +0530)
commit538c0fd3a301e6d64f9c950cb487d6ea2ebf4c05
tree6b8ac7c38b7b6f12d4b7f114e241082cdc1589c4
parentae4c5186786db2105a8f5bd7e792b103cd311313
orch/run: trim log files & other minor fixes

- use `with` in file-handling
- make ERROR_PATTERNS class static var
- use try-except for ErrorScanner call
- rename flag to `_flag`

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
teuthology/orchestra/run.py
teuthology/orchestra/test/log_files/test_scan_gtest.log
teuthology/orchestra/test/log_files/test_scan_nose.log
teuthology/orchestra/test/test_run.py