pgsql: Fix explain regression test failure.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix explain regression test failure.
Date: 2020-08-21 16:51:05
Message-ID: E1k9AFt-0002Vj-ED@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix explain regression test failure.

Commit 9d701e624f caused the regression test for EXPLAIN to fail on
the buildfarm member prion. This happened because of instability of
test output, i.e., in text format, whether "Planning:" line is output
varies depending on the system state.

This commit updated the regression test so that it ignores that
"Planning:" line to produce more stable test output and get rid of
the test failure.

Back-patch to v13.

Author: Fujii Masao
Discussion: https://postgr.es/m/1803897.1598021621@sss.pgh.pa.us

Branch
------
REL_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-08-21 16:51:14 pgsql: Fix explain regression test failure.
Previous Message Fujii Masao 2020-08-21 11:50:28 pgsql: Rework EXPLAIN for planner's buffer usage.