Re: Add two missing tests in 035_standby_logical_decoding.pl
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Cc: "Yu Shi (Fujitsu)" <shiy.fnst@fujitsu.com>,
vignesh C <vignesh21@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-03T10:29:25Z
Lists: pgsql-hackers
Attachments
- v9-0001-Test-that-invalidated-logical-slots-doesn-t-retai.patch (application/octet-stream) patch v9-0001
On Tue, May 2, 2023 at 4:52 PM Drouvot, Bertrand <bertranddrouvot.pg@gmail.com> wrote: > > > As per your suggestion, changing the insert ordering (like in V8 attached) makes it now work on the failing environment too. > I think it is better to use wait_for_replay_catchup() to wait for standby to catch up. I have changed that and a comment in the attached. I'll push this tomorrow unless there are further comments. -- With Regards, Amit Kapila.
Commits
-
Fix the race condition in the test case added by commit a6e04b1d20.
- c5b7f67fcc8c 16.0 landed
-
Test that invalidated logical slots doesn't retain WAL.
- a6e04b1d20c2 16.0 landed
-
Add a test to verify that subscription to the standby works.
- 376dc820531b 16.0 landed
-
Reduce the log level in 035_standby_logical_decoding.pl.
- 3034dc56ef4b 16.0 landed