pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values.
Date
Msg-id E1tldL2-0003LT-06@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid race condition between "GRANT role" and "DROP ROLE".
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Trial fix for old cross-version upgrades.