Andrew Dunstan <andrew@dunslane.net> writes:
> On 2022-07-24 Su 15:10, Noah Misch wrote:
>> On Sun, Jul 24, 2022 at 12:55:56PM -0400, Tom Lane wrote:
>>> Andrew Dunstan <andrew@dunslane.net> writes:
>>>> fairywren (msys2 animal) is currently hung in the pg_basebackup tests.
>>>> Here's the bottom of the regress log. I don't have further info as yet,
>>>> but can dig is someone has a suggestion.
>>> Hm, what's with the "Use of uninitialized value" warnings?
>> The warnings are sequelae of:
>>> [13:11:33.593](0.000s) not ok 97 - one tablespace tar was created
>> From that, it follows that $tblspc_tars[0] is undef at:
>> PostgreSQL::Test::Utils::system_or_bail($tar, 'xf', $tblspc_tars[0],
>> '-C', $repTsDir);
Right, so the "glob" failed to find anything. Seeing that this test
is new as of 534472375, which postdates fairywren's last successful
run, I'd guess that the "glob" needs adjustment for msys path names.
regards, tom lane