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

Fix test locking issues and un-revert the probable-deadlines assertions commit #6534

Merged
merged 2 commits into from Aug 10, 2015

Conversation

theuni
Copy link
Member

@theuni theuni commented Aug 7, 2015

Fixes #6515.

The rpc_addmultisig test was failing because cs_wallet was locked prior to rpc functions, upsetting the locking order.

The rpc_wallet test wasn't failing, but I dropped the lock on cs_wallet for consistency.

@laanwj
Copy link
Member

laanwj commented Aug 10, 2015

ACK

@laanwj laanwj merged commit 9493803 into bitcoin:master Aug 10, 2015
laanwj added a commit that referenced this pull request Aug 10, 2015
9493803 Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock"" (Cory Fields)
605433f locks: don't lock cs_wallet before making rpc calls (Cory Fields)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intermittent travis failures due to potential_deadlock_detected
2 participants