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

Implement Locking System Across Multiple Pavilion Instances #735

Open
wants to merge 67 commits into
base: develop
Choose a base branch
from

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 marked this pull request as ready for review February 16, 2024 16:51
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
test/tests/lock_tests.py Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
lib/pavilion/lockfile.py Outdated Show resolved Hide resolved
hwikle-lanl and others added 3 commits April 12, 2024 10:18
Separate different modes of failure into separate try/catch sections,
for lockfile creation, and include information about previous errors.
Also remove unnecessary cast to list when sorting lockfiles and
correct outdated docstring for FuzzyLock __enter__ method.
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.

None yet

2 participants