You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Explicitly close async database pools within the context of a tokio runtime (#8382)
Without this, the `Drop` implementation of the the pool would complain about not running within a tokio runtime and ultimately panic the tests. This only happened to work so far because none of our integration tests had used the async database pool yet.
0 commit comments