pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values.
Date: 2025-02-22 00:25:48
Message-ID: E1tldL2-0003LT-06@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust EXPLAIN test case to filter out "Actual Rows" values.

Per the buildfarm, these tests appear to be unstable in the wake of
commit ddb17e387aa28d61521227377b00f997756b8a27. I'm not sure that
just hiding this output is the right way forward, because I think
there may be other test cases that will fail with lower probability
even after this fix. However, it's hard to tell right now, because
this is failing on a number of buildfarm animals. So let's try this
for now to either get a clearer picture of what else is broken, or
as a stopgap until we decide what the permanent fix should be, or
perhaps this will be the permanent fix after all.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44cbba9a7f51a3888d5087fc94b23614ba2b81f2

Modified Files
--------------
src/test/regress/expected/explain.out | 5 +++--
src/test/regress/sql/explain.sql | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-02-22 00:57:43 Re: pgsql: Trial fix for old cross-version upgrades.
Previous Message Tom Lane 2025-02-21 22:07:09 pgsql: Avoid race condition between "GRANT role" and "DROP ROLE".