Re: pgsql: Add more $Test::Builder::Level in the TAP tests - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Add more $Test::Builder::Level in the TAP tests
Date
Msg-id CAH2-Wzn8ftvcDPwomn+y04JJzbT=TG7TN=QsmSEATUOW-ZuvQQ@mail.gmail.com
Whole thread Raw
In response to pgsql: Add more $Test::Builder::Level in the TAP tests  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Add more $Test::Builder::Level in the TAP tests  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Mon, Oct 11, 2021 at 7:17 PM Michael Paquier <michael@paquier.xyz> wrote:
> Add more $Test::Builder::Level in the TAP tests

I saw an issue just now that I suspect is linked with this commit. I
ran my parallel "make check-world" recipe, and saw this failure:

#   Failed test 'handling of unexpected PQresultStatus: matches'
#   at t/001_basic.pl line 43.
#                   'psql:/home/pg/.psqlrc:56: ERROR:  syntax error
# psql:/home/pg/.psqlrc:57: ERROR:  syntax error
# LOG:  received replication command: START_REPLICATION 0/0
# unexpected PQresultStatus: 8
# '
#     doesn't match '(?^:^unexpected PQresultStatus: 8$)'
# Looks like you failed 1 test of 25.
t/001_basic.pl ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests
t/010_tab_completion.pl .. ok
t/020_cancel.pl .......... ok

-- 
Peter Geoghegan



pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Change recently added test code for stability
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Add more $Test::Builder::Level in the TAP tests