summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-04-02 12:06:11 +0900
committerMichael Paquier <michael@paquier.xyz>2022-04-02 12:06:11 +0900
commitd2a2ce4184b0038adb1d6d292f12685056e2ab7a (patch)
treeb54e7362982e351756eb23a41507c46ef371660b /.cirrus.yml
parentd43085d12e825ede628bafee1e5e6e0e3a3d5e67 (diff)
downloadpostgresql-d2a2ce4184b0038adb1d6d292f12685056e2ab7a.tar.gz
Make upgradecheck a no-op in MSVC's vcregress.pl
322becb has changed upgradecheck to use the TAP tests, discarding pg_upgrade's tests in bincheck. However, this is proving to be a bad idea for the Windows buildfarm clients that use MSVC when TAP tests are disabled as this causes a hard failure at the pg_upgrade step. This commit disables upgradecheck, moving the execution of the tests of pg_upgrade to bincheck, as per an initial suggestion from Andres Freund, so as the buildfarm is able to live happily with those changes. While on it, remove the routine that was used by upgradecheck to create databases whose names are generated with a range of ASCII characters as it is not used since 322becb. upgradecheck is removed from the CI script for Windows, as bincheck takes care of that now. Per report from buildfarm member hamerkop (MSVC 2017 without a TAP setup). Reviewed-by: Justin Pryzby Discussion: https://postgr.es/m/YkbnpriYEAagZ2wH@paquier.xyz
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7b883b462a..f23d6cae55 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -443,8 +443,6 @@ task:
%T_C% perl src/tools/msvc/vcregress.pl recoverycheck
test_bin_script: |
%T_C% perl src/tools/msvc/vcregress.pl bincheck
- test_pg_upgrade_script: |
- %T_C% perl src/tools/msvc/vcregress.pl upgradecheck
test_ecpg_script: |
rem tries to build additional stuff
vcvarsall x64