pgsql: Remove test from commit fa2e874946. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Remove test from commit fa2e874946.
Date
Msg-id E1qU9i0-001PGR-Rj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove test from commit fa2e874946.

The fix itself is fine, but the test revealed other problems related
to parallel query that are not easily fixable. Remove the test for
now to fix the buildfarm.

Discussion: https://postgr.es/m/88825.1691665432@sss.pgh.pa.us
Backpatch-through: 11

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/test/isolation/expected/search-path-inval.out | 97 -----------------------
src/test/isolation/isolation_schedule             |  1 -
src/test/isolation/specs/search-path-inval.spec   | 59 --------------
3 files changed, 157 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Remove test from commit fa2e874946.
Next
From: Jeff Davis
Date:
Subject: pgsql: Transform proconfig for faster execution.