pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq
Date: 2024-07-15 05:12:57
Message-ID: E1sTE1B-001iT1-E8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unstable tests in partition_merge.sql and partition_split.sql.

The tests added by commit c086896625 were unstable due to
missing schema names when checking pg_tables and pg_indexes.

Backpatch to v17.

Reported by buildfarm.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a700da46e6279a0df6a996fd19c5aabdf7a4b56

Modified Files
--------------
src/test/regress/expected/partition_merge.out | 7 +++++--
src/test/regress/expected/partition_split.out | 6 ++++--
src/test/regress/sql/partition_merge.sql | 7 +++++--
src/test/regress/sql/partition_split.sql | 6 ++++--
4 files changed, 18 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-07-15 07:55:12 pgsql: Use atomics to avoid locking in InjectionPointRun()
Previous Message Fujii Masao 2024-07-15 05:12:39 pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq