]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow 2 uncleared connections at most
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jan 2026 15:32:52 +0000 (10:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jan 2026 15:36:44 +0000 (10:36 -0500)
commit7ca2a9db8f89d7754c2f1419d8ecdf61ac5cd2ac
tree2bf4a0562d390d6c253423cd721c857b5ad67b8b
parentcfdc276e9058c7c1d2b29bb9f7a93c720f8a5af9
allow 2 uncleared connections at most

tests show that if the code is really broken, we have
5 or more connections lingering here, so for less than two
(it's usually one) just clean it out and consider it as GC noise.

To test this better we also open up the windows/mac archs that
were disabled for greenlet

Fixes: #13102
Change-Id: Iccf419e7f345bcae4a388d222ab69fc792a3c1ca
(cherry picked from commit ff2c7668fe90b43b75dcb0d6e7651349dd715e5a)
.github/workflows/run-test.yaml
lib/sqlalchemy/testing/engines.py