diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-01-09 23:35:23 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-01-09 23:35:23 -0500 |
commit | cdd090b11e14b7e1b33a3f836809093ffa99209b (patch) | |
tree | 6d0fdd82729c57b998bec2b128f83b5ebdb49de6 /lib/sqlalchemy/sql/functions.py | |
parent | 3316890ffa9a51471ca7618e4a13e45494e03198 (diff) | |
download | sqlalchemy-cdd090b11e14b7e1b33a3f836809093ffa99209b.tar.gz |
Disable the singletonthreadpool test cleanup no gc
This test often fails on CI under load and reveals a small
race condition within SingleonThreadPool's "cleanup" system.
As this pool's "cleanup" system is pretty much never used in
any case since this pool is no longer used for SQLite file
databases, this race should have little impact, especially
since the occasional non-closed connection will get closed
out when it's GC'ed in any case.
Change-Id: I68aefc0f9bbfc708c95af0497844e65366fc8429
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions