-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix some of the DROP DATABASE flakes (#7907)
I think one of the sources of trouble might be that _early_introspection is hanging on to connections and can't be forced to drop them. Try to work around it by forcing them closed at the end of introspecting. Also, when in dev/test mode, dump out all the info about the other connections. Hopefully this will let us figure out where they are coming from.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters