pgsql: Fix instability in recently added regression tests

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix instability in recently added regression tests
Date: 2025-01-24 12:18:05
Message-ID: E1tbIdR-003GtH-HI@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix instability in recently added regression tests

We missed the usual ORDER BY clause.

Author: Amul Sul <amul(dot)sul(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/CAAJ_b974U3Vvf-qGwFyZ73DFHqyFJP9TOmuiXR2Kp8KVcJtP6w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c44c2d2759876463dcbab2eb608e33ed2e772d12

Modified Files
--------------
src/test/regress/expected/foreign_key.out | 15 +++++++++------
src/test/regress/sql/foreign_key.sql | 15 +++++++++------
2 files changed, 18 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-01-24 13:28:20 pgsql: pgcrypto: Add function to check FIPS mode
Previous Message Peter Eisentraut 2025-01-24 11:47:03 pgsql: Convert sepgsql tests to TAP