]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-Patch "Add wait_for_subscription_sync for TAP tests."
authorAmit Kapila <akapila@postgresql.org>
Fri, 12 Aug 2022 05:46:35 +0000 (11:16 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 12 Aug 2022 05:46:35 +0000 (11:16 +0530)
commite082ef9c4282d4dd9c15585ef7a4da30db1289d5
treef6cb687f774da3b902af44efa05ebc74d166f9b7
parent68dcce247f1a13318613a0e27782b2ca21a4ceb7
Back-Patch "Add wait_for_subscription_sync for TAP tests."

This was originally done in commit 0c20dd33db for 16 only, to eliminate
duplicate code and as an infrastructure that makes it easier to write
future tests. However, it has been suggested that it would be good to
back-patch this testing infrastructure to aid future tests in
back-branches.

Backpatch to all supported versions.

Author: Masahiko Sawada
Reviewed by: Amit Kapila, Shi yu
Discussion: https://postgr.es/m/CAD21AoC-fvAkaKHa4t1urupwL8xbAcWRePeETvshvy80f6WV1A@mail.gmail.com
Discussion: https://postgr.es/m/E1oJBIf-0006sw-SA@gemulon.postgresql.org
18 files changed:
src/test/perl/PostgresNode.pm
src/test/subscription/t/001_rep_changes.pl
src/test/subscription/t/002_types.pl
src/test/subscription/t/004_sync.pl
src/test/subscription/t/005_encoding.pl
src/test/subscription/t/006_rewrite.pl
src/test/subscription/t/008_diff_schema.pl
src/test/subscription/t/010_truncate.pl
src/test/subscription/t/011_generated.pl
src/test/subscription/t/013_partition.pl
src/test/subscription/t/014_binary.pl
src/test/subscription/t/015_stream.pl
src/test/subscription/t/016_stream_subxact.pl
src/test/subscription/t/017_stream_ddl.pl
src/test/subscription/t/018_stream_subxact_abort.pl
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
src/test/subscription/t/021_alter_sub_pub.pl
src/test/subscription/t/100_bugs.pl