pgsql: Disable BLOB test in pg_dump TAP tests

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable BLOB test in pg_dump TAP tests
Date: 2016-05-07 01:24:37
Message-ID: E1ayqyz-0007Xo-Cr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-05-07 01:28:27 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Kevin Grittner 2016-05-07 01:12:46 pgsql: Mitigate "snapshot too old" performance regression on NUMA

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2016-05-07 01:28:27 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Tomas Vondra 2016-05-07 00:54:18 Re: what to revert