From 4fed5695173496ae7f8cae293555a708b657357f Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 7 Jul 2025 18:26:04 +0300 Subject: [PATCH] Add description of test_logical_replication_ondemand_download test --- test_runner/regress/test_logical_replication.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/regress/test_logical_replication.py b/test_runner/regress/test_logical_replication.py index 565f7f537f..e4134800a6 100644 --- a/test_runner/regress/test_logical_replication.py +++ b/test_runner/regress/test_logical_replication.py @@ -626,6 +626,8 @@ def test_subscriber_synchronous_commit(neon_simple_env: NeonEnv, vanilla_pg: Van assert sub.safe_psql_scalar("SELECT count(*) FROM t") == 1000 +# Test that we can use max_slot_wal_keep_size to restrict WAL size on the local disk but +# do not invalidate obsolete (unacked) slot relying on on-demand WAL download feature. def test_logical_replication_ondemand_download(neon_simple_env: NeonEnv, vanilla_pg): env = neon_simple_env