Change expected error message for test_physical_replication_config_mismatch_max_locks_per_transaction

This commit is contained in:
Konstantin Knizhnik
2025-01-13 21:51:08 +02:00
parent ceacc29609
commit d05eabaedb

View File

@@ -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")