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

Ensure nesting is only decremented when lock was acquired successfully #4000

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

marcphilipp
Copy link
Member

When running Spock's tests with the latest snapshot, pop() seems to
have been called without a prior call to push() on the Deque of
resource locks.

@marcphilipp marcphilipp self-assigned this Sep 17, 2024
@marcphilipp marcphilipp added this to the 5.11.1 milestone Sep 17, 2024
When running Spock's tests with the latest snapshot, `pop()` seems to
have been called without a prior call to `push()` on the `Deque` of
resource locks.
@marcphilipp marcphilipp force-pushed the marc/auto-closeable-thread-lock-nesting branch from ccfbdf8 to d113514 Compare September 17, 2024 12:39
@marcphilipp marcphilipp enabled auto-merge (squash) September 17, 2024 12:40
@marcphilipp marcphilipp merged commit 73c8ca2 into main Sep 17, 2024
15 checks passed
@marcphilipp marcphilipp deleted the marc/auto-closeable-thread-lock-nesting branch September 17, 2024 12:46
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.

2 participants