Re: Why is subscription/t/031_column_list.pl failing so much?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Alexander Lakhin <exclusion@gmail.com>, Noah Misch <noah@leadboat.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-02-06T14:51:56Z
Lists: pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes: > Yeah, I was worried about that. The other idea I have previously > thought was to change Alter Subscription to Drop+Create Subscription. > That should also help in bringing stability without losing any > functionality. Hm, why would that fix it? More to the point, aren't these proposals just band-aids that would stabilize the test without fixing the actual problem? The same thing is likely to happen to people in the field, unless we do something drastic like removing ALTER SUBSCRIPTION. regards, tom lane
Commits
-
Back-patch test modifications that were done as part of b6df0798a5.
- 22cecaddf7c8 16.3 landed
- b5abeb751419 15.7 landed
-
Fix the intermittent buildfarm failures in 031_column_list.
- b6df0798a5e2 17.0 landed
-
Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.
- c59a97313ba3 16.3 landed
- 0e162810df76 17.0 landed
-
Bound waits in 035_standby_logical_decoding.pl.
- f024746484b9 16.3 landed
- 4791f87f34bd 17.0 landed