]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: mark flaky ref count tests
authornialov <nikolasovaskainen@gmail.com>
Mon, 4 Dec 2023 17:33:46 +0000 (19:33 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 6 Dec 2023 16:06:01 +0000 (16:06 +0000)
commit52ed68a9d699c1e43e07a4d04441534197552de5
treef7daf7e3d33a7c4c7c2bd735246e87c5c188e8e1
parentdf320ccf19c08bbef5e98505a3dc068c7e2bb6ce
test: mark flaky ref count tests

All tests that have the 'gc' fixture are now marked with the refcount mark. The
reasoning is that they demonstrate flaky behaviour and disabling them in
certain CI is necessary to ensure reliable testing. See #692
tests/conftest.py
tests/fix_gc.py [new file with mode: 0644]