8000 Skip broken_reconnect async test on openGauss due to missing backend … · pangpang20/gaussdb-python@8d80a3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d80a3a

Browse files
committed
Skip broken_reconnect async test on openGauss due to missing backend PID support
1 parent 815d8a7 commit 8d80a3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pool/test_pool_common_async.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@ async def worker(n):
323323
for e in errors:
324324
assert 0.1 < e[1] < 0.15
325325

326+
326327
@pytest.mark.gaussdb_skip("backend pid")
328+
@pytest.mark.opengauss_skip("backend pid")
327329
@pytest.mark.crdb_skip("backend pid")
328330
async def test_broken_reconnect(pool_cls, dsn):
329331
async with pool_cls(dsn, min_size=min_size(pool_cls), max_size=1) as p:
@@ -605,6 +607,7 @@ async def test_debug_deadlock(pool_cls, dsn):
605607
logger.removeHandler(handler)
606608
logger.setLevel(old_level)
607609

610+
608611
@pytest.mark.gaussdb_skip("pg_terminate_backend")
609612
@pytest.mark.crdb_skip("pg_terminate_backend")
610613
@pytest.mark.parametrize("autocommit", [True, False])

0 commit comments

Comments
 (0)
0