| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | Drongo vs. 9.4 initdb TAP test |
| Date: | 2019-12-23 00:24:09 |
| Message-ID: | 11800.1577060649@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Buildfarm member drongo has been failing the initdb TAP test in the
9.4 branch for the last week or two:
# Running: rm -rf 'C:\prog\bf\root\REL9_4_STABLE\pgsql.build\src\bin\initdb\tmp_check\tmp_testAHN7'/*
'rm' is not recognized as an internal or external command,
operable program or batch file.
Bail out! system rm -rf 'C:\prog\bf\root\REL9_4_STABLE\pgsql.build\src\bin\initdb\tmp_check\tmp_testAHN7'/* failed: 256
The test has not changed; rather, it looks like drongo wasn't
trying to run it before.
This test is passing in the newer branches --- evidently due to
the 9.5-era commit 1a629c1b1, which removed this TAP script's
dependency on "rm -rf". So we should either back-patch that
commit into 9.4 or undo whatever configuration change caused
drongo to try to run more tests. I favor the former.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2019-12-23 00:53:41 | Re: Drongo vs. 9.4 initdb TAP test |
| Previous Message | Justin Pryzby | 2019-12-23 00:16:48 | Re: planner support functions: handle GROUP BY estimates ? |