From d05eabaedbe296bae742229ef136ab703a1682e8 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 13 Jan 2025 21:51:08 +0200 Subject: [PATCH] Change expected error message for test_physical_replication_config_mismatch_max_locks_per_transaction --- test_runner/regress/test_physical_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_physical_replication.py b/test_runner/regress/test_physical_replication.py index 6cb11b825d..f9b9a80f0f 100644 --- a/test_runner/regress/test_physical_replication.py +++ b/test_runner/regress/test_physical_replication.py @@ -260,4 +260,4 @@ def test_physical_replication_config_mismatch_max_locks_per_transaction(neon_sim secondary.stop() log.info(f"Replica crashed with {e}") - assert secondary.log_contains("You might need to increase") + assert secondary.log_contains("out of shared memory")