Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup all sqlalchemy sessions before each test (#33190)
Attempt to solve some of the flakiness we saw recently - this change will run closing all opened sqlalchemy sessions before each test. This should be a little slower than before - especially for the very fast tests, but it provide us with much better isolation between the tests - thus avoiding the flakiness that we observe recently - as documented in #33178 Hopefully this one Fixes: #33178
- Loading branch information