Some hacks for replica primotion

This commit is contained in:
Konstantin Knizhnik
2025-05-16 16:22:34 +03:00
parent 41adde29d7
commit b94054dca0
4 changed files with 22 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ This far, only contains a test that we don't break and that the data is persiste
"""
import psycopg2
import time
from fixtures.neon_fixtures import Endpoint, NeonEnv, wait_replica_caughtup
from fixtures.pg_version import PgVersion
from pytest import raises