pgsql: Disable BLOB test in pg_dump TAP tests - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Disable BLOB test in pg_dump TAP tests
Date
Msg-id E1ayqyz-0007Xo-Cr@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Disable BLOB test in pg_dump TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Disable BLOB test in pg_dump TAP tests

Buildfarm member jacana appears to have an issue with running this
test.  It's not entirely clear to me why, but rather than try to
fight with it, just disable it for now.

None of the other tests try to write out from psql directly as
this test does, so it seems likely that the rest of the tests will
be fine (as they have been on numerous other systems).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f97c722bb201c67312eec0a9ff3691cda37878f

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 68 ++++++++++++++++++++--------------------
1 file changed, 34 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Mitigate "snapshot too old" performance regression on NUMA
Next
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <