Open zaneselvans opened 1 year ago
I was frustrated by this recently and did some more digging, here's what I found:
We are facing the same issue. Did you manage to find a workaround or fix ?
We didn't really figure out what was going on here, but I think we tried to be more careful about always using context managers to ensure the DB connections were getting closed in the IO Managers, and we don't have the problem any more!
Actually maybe we can/should close this issue @jdangerx @bendnorman
When running the
io_manager
unit tests, the following error crops up sporadically, but doesn't cause the tests to fail.Apparently this has been happening for a while, but because it wasn't actually causing any tests to fail, we didn't notice. Seems odd. There are a lot of Alembic logging messages that crop up in the same area of the tests as well.
Running the following set of unit tests repeatedly should eventually surface the errors:
On some platforms it seems to happen much more frequently than others.