pgsql: Stabilize tests some more

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize tests some more
Date: 2025-12-05 15:20:01
Message-ID: E1vRXbE-002xBC-1w@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize tests some more

Tests added by commits 90eae926abbb, 2bc7e886fc1b, bc32a12e0db2
have occasionally failed, depending on timing. Add some dependency
markers to the spec to try and remove the instability.

Author: Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
Discussion: https://postgr.es/m/202512041739.sgg3tb2yobe2@alvherre.pgsql

Branch
------
master

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

Modified Files
--------------
.../specs/reindex-concurrently-upsert-on-constraint.spec | 6 +++---
.../specs/reindex-concurrently-upsert-partitioned.spec | 6 +++---
.../modules/injection_points/specs/reindex-concurrently-upsert.spec | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-05 16:17:38 pgsql: Fix some cases of indirectly casting away const.
Previous Message Heikki Linnakangas 2025-12-05 09:48:49 pgsql: Fix setting next multixid's offset at offset wraparound