Update test.py

This commit is contained in:
Alexander Tokmakov 2022-06-08 14:29:35 +03:00 committed by GitHub
parent e3cc4afdf7
commit 627af2a56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,6 +766,7 @@ def test_concurrent_transactions(started_cluster):
def test_abrupt_connection_loss_while_heavy_replication(started_cluster):
pytest.skip("Temporary disabled (FIXME)")
def transaction(thread_id):
if thread_id % 2:
conn = get_postgres_conn(
@ -841,6 +842,7 @@ def test_restart_server_while_replication_startup_not_finished(started_cluster):
def test_abrupt_server_restart_while_heavy_replication(started_cluster):
pytest.skip("Temporary disabled (FIXME)")
def transaction(thread_id):
if thread_id % 2:
conn = get_postgres_conn(