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

test: use parking_lot::Mutex for FORK_MTX #2372

Merged

Conversation

SteveLauC
Copy link
Member

What does this PR do

For FORK_MTX use the Mutex type from parking_lot rather than the std one for the feature of no poisoning.

Closes #2363

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

@SteveLauC SteveLauC added this pull request to the merge queue Apr 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 14, 2024
@SteveLauC SteveLauC added this pull request to the merge queue Apr 14, 2024
Merged via the queue into nix-rust:master with commit ba66e13 Apr 14, 2024
36 checks passed
@SteveLauC SteveLauC deleted the test/use_parking_lot_for_FORK_MTX branch April 14, 2024 00:47
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.

Make the tests that failed to acquire locks panic explicitly
1 participant