Re: pgsql: Add more $Test::Builder::Level in the TAP tests

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add more $Test::Builder::Level in the TAP tests
Date: 2021-10-14 03:14:20
Message-ID: CAH2-Wzn8ftvcDPwomn+y04JJzbT=TG7TN=QsmSEATUOW-ZuvQQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Oct 11, 2021 at 7:17 PM Michael Paquier <michael(at)paquier(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-10-14 03:51:11 Re: pgsql: Add more $Test::Builder::Level in the TAP tests
Previous Message Alvaro Herrera 2021-10-13 22:05:59 pgsql: Change recently added test code for stability