Skip to content
Snippets Groups Projects
Commit 595009af authored by Umesh Worlikar's avatar Umesh Worlikar
Browse files

Fix: PyJobTransform misses logfile errors containing substep names [ATLASJT-370]

trfValidation.py, trfUtils.py, trfExe.py:
Provide an option in trfUtils such that callers can request substep
names to be removed from log lines, before parsing.
The presence of substep name 'in some log files', caused log scanner
to skip those lines since the log scaner simply looks for standard log
pattern SERVICE-LEVEL-MESSAGE.
With this update, scan behavior becomes independent of presence
(or absence) of substep names in log files.

test_trfValidation.py:
Add unit tests for log scan with Serial and MP use cases.


Former-commit-id: 9cf03f23a9801288a695764ab7e407d2bbf51319
parent 8b80d9d9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment