]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix concurrency test
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Mar 2021 02:08:54 +0000 (03:08 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Mar 2021 02:08:54 +0000 (03:08 +0100)
commit1216fc995c68729131951c54fdd9dbdce2771a7e
tree0f32de43c21d581ad275535a3131cfb668d129e3
parent7585ec0dc6b955f2e2b5a2084936f4ab69532cba
Fix concurrency test

It was blocking because the committer was a too busy loop never yielding
to the other worker.
tests/test_concurrency_async.py