From 1eddf30ff3d8cb70cdda71d3eed4bb20090ba411 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Wed, 23 Oct 2024 17:51:09 +0300 Subject: [PATCH] Update test_runner/regress/test_physical_and_logical_replicaiton.py Co-authored-by: Heikki Linnakangas --- test_runner/regress/test_physical_and_logical_replicaiton.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_physical_and_logical_replicaiton.py b/test_runner/regress/test_physical_and_logical_replicaiton.py index d2b23c3c88..09a2aa5122 100644 --- a/test_runner/regress/test_physical_and_logical_replicaiton.py +++ b/test_runner/regress/test_physical_and_logical_replicaiton.py @@ -6,6 +6,7 @@ from fixtures.neon_fixtures import NeonEnv, logical_replication_sync def test_physical_and_logical_replication(neon_simple_env: NeonEnv, vanilla_pg): + """Test read replica of a primary which has a logical replication publication""" env = neon_simple_env <<<<<<< HEAD