-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add lockbud to CI #83
Conversation
@eserilev do you have a way to reproduce this - as in some sample rust that will trigger output from lockbud? If yes, I can try get it to fail the workflow. |
you should be able to force a deadlock with the following snippet If its easier you can revert the changes in this commit here in LH: lockbud will report a deadlock |
# Conflicts: # .github/workflows/test-suite.yml
@magick93, I have introduced such a failure: https://github.com/sigp/anchor/actions/runs/12806469752/job/35705033682?pr=83#step:5:1312 - hope it helps! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adds lockbud to CI w/ one caveat
The caveat is the CI job never actually fails. Even if a deadlock is found, it'll just log the deadlock in CI, but wont return an error code. We have an issue up in LH here to eventually fix this
So yeah, not the most ideal CI job... but still might be nice to have until we get the job to fail correctly