Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run results error #783

Merged
merged 9 commits into from
Oct 3, 2024
Merged

Run results error #783

merged 9 commits into from
Oct 3, 2024

Conversation

hwikle-lanl
Copy link
Collaborator

Code review checklist:

  • Code is generally sensical and well commented
  • Variable/function names all telegraph their purpose and contents
  • Functions/classes have useful doc strings
  • Function arguments are typed
  • Added/modified unit tests to cover changes.
  • New features have documentation added to the docs.
  • New features and backwards compatibility breaks are noted in the RELEASE.md

@hwikle-lanl hwikle-lanl linked an issue Aug 23, 2024 that may be closed by this pull request
@hwikle-lanl hwikle-lanl self-assigned this Aug 23, 2024
lib/pavilion/commands/_run.py Outdated Show resolved Hide resolved
The _run error handling in the _run function was causing it
to continue onto gather results even after TestRun.run had
failed, but was trying to use a variable that hadn't been created
due to the error handing. This commit simply changes _run to
exit on an error instead of continuing on to resul parsing.
@francinelapid francinelapid merged commit b443746 into develop Oct 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run_result being accessed before assignment.
2 participants