diff options
author | Noah Misch <noah@leadboat.com> | 2019-05-28 12:59:00 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-05-28 12:59:00 -0700 |
commit | 40b132c1afbb4b1494aa8e48cc35ec98d2b90777 (patch) | |
tree | 4d970a904f7a10063206bb2ce05f83b545a083b7 /doc/src | |
parent | 10b72deafea5972edcafb9eb3f97154f32ccd340 (diff) | |
download | postgresql-40b132c1afbb4b1494aa8e48cc35ec98d2b90777.tar.gz postgresql-40b132c1afbb4b1494aa8e48cc35ec98d2b90777.zip |
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 fifty-four 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 (in earlier versions) by Andrew Dunstan.
Discussion: https://postgr.es/m/20181224034411.GA3224776@rfd.leadboat.com
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions