You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lockbud CI job checks for any deadlocks in the codebase. However, if a deadlock is found, the CI job doesn't actually fail. Instead it just prints out some text related to the deadlock and the CI job is marked as completed succesfully.
It'd be much more helpful if the lockbud CI job actually failed when catching a deadlock.
There are two ways to potentially resolve this
Contribute to lockbud to resolve the issue described here.
Description
The lockbud CI job checks for any deadlocks in the codebase. However, if a deadlock is found, the CI job doesn't actually fail. Instead it just prints out some text related to the deadlock and the CI job is marked as completed succesfully.
It'd be much more helpful if the lockbud CI job actually failed when catching a deadlock.
There are two ways to potentially resolve this
The text was updated successfully, but these errors were encountered: