Update exclude_parser.py to error when ProblemList format has issues
jiekang opened this issue · 4 comments
Current the disableTestsLinter (pull_request) can detect the error but won't fail the check
Disabled Tests Linter / disableTestsLinter (pull_request) Successful in 14sdisable test won't fail the check https://github.com/adoptium/aqa-tests/actions/runs/11801561188/job/32875177726
For extra space between os-arch, a simple check would be removing the maxsplit=2
We need to fail the github check process for all errors.
We want to make sure there are exactly 3 sections per line in a ProblemList file (each separated by a space)
Testclass | URL_to_open_issue | os-arch_comma-separatedList
and then verify that each has content that "looks right", which I thought the script already does (though perhaps not with the set of options we currently run it with)