-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 race condition in pool close (#3217) #3299
base: main
Are you sure you want to change the base?
Conversation
@madadam if you rebase it should fix the CI failure. |
eaaa536
to
cdb5707
Compare
Given that the |
cdb5707
to
5a6d8b5
Compare
Finally found some time to look into this. The test was failing due to a deadlock: There was still one checked out connection inside the |
That's weird, now some of the migrations tests are timing out. |
Yeah I noticed. I'll try to look into it when I can. Btw, how do you guys run these tests locally? I noticed that
Also, trying to run a single target using the
|
Attempt to fix #3217.