pgsql: ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.
Date: 2022-03-19 18:45:17
Message-ID: E1nVe4j-000SIT-4j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.

cirrus-ci now defaults to killing processes still running at the end of a
script. Unfortunately we start postgres in the background, which seems
nontrivial to fix. Previously we worked around that in 770011e3f39 by using an
older agent version, but now that CIRRUS_ESCAPING_PROCESSES we should use that.

This reverts commit 770011e3f39f21f2095d3a044b72460c4efac345 "ci: windows:
Work around cirrus-ci bug causing test failures.

Discussion: https://postgr.es/m/CA+hUKGKx7k14n2nAALSvv6M_AB6oHasNBA65X6Dvo8hwfi9y0A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/50b1e8c51b3c779bdfce5cd61bf4bbc80fd48377

Modified Files
--------------
.cirrus.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-03-19 19:08:42 Re: pgsql: pgstat: run pgindent on pgstat.c/h.
Previous Message Alvaro Herrera 2022-03-19 18:42:19 Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces