diff options
author | Noah Misch | 2019-05-19 21:36:44 +0000 |
---|---|---|
committer | Noah Misch | 2019-05-19 21:36:44 +0000 |
commit | bd1592e8570282b1650af6b8eede0016496daecd (patch) | |
tree | 8f335da3774f1057e67a01efb04a6372d32da0e7 /src/backend | |
parent | 9d5c22d28f8c161aa729d841aeec936c646044d4 (diff) |
In the pg_upgrade test suite, don't write to src/test/regress.
When this suite runs installcheck, redirect file creations from
src/test/regress to src/bin/pg_upgrade/tmp_check/regress. This closes a
race condition in "make -j check-world". If the pg_upgrade suite wrote
to a given src/test/regress/results file in parallel with the regular
src/test/regress invocation writing it, a test failed spuriously. Even
without parallelism, in "make -k check-world", the suite finishing
second overwrote the other's regression.diffs. This revealed test
"largeobject" assuming @abs_builddir@ is getcwd(), so fix that, too.
Buildfarm client REL_10, released forty-five days ago, supports saving
regression.diffs from its new location. When an older client reports a
pg_upgradeCheck failure, it will no longer include regression.diffs.
Back-patch to 9.5, where pg_upgrade moved to src/bin.
Reviewed by Andrew Dunstan.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend')
0 files changed, 0 insertions, 0 deletions