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

From Tom Lane
Subject Re: pgsql: Disable BLOB test in pg_dump TAP tests
Date
Msg-id 15724.1462680651@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Disable BLOB test in pg_dump TAP tests  (Stephen Frost <sfrost@snowman.net>)
List pgsql-committers
Stephen Frost <sfrost@snowman.net> writes:
> 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.

BTW, what was your evidence for thinking that that specific test
needed to be disabled?  It looks to me like it would have been
subject to the $-in-/m-mode bug we identified today, so I'm wondering
if it was merely the first to fail.

I think it's probably best not to monkey with it right now, but after
beta1 is out, we should try re-enabling it.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Tom Lane
Date:
Subject: pgsql: Fix poorly-worded log message.