On Mon, Oct 11, 2021 at 7:17 PM Michael Paquier <[email protected]> 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
