Re: In which good intentions are punished, take 2

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: In which good intentions are punished, take 2
Date: 2014-02-26 01:53:07
Message-ID: 20140226015307.GB4759@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> On the
> other hand, we evidently have got precious little other buildfarm
> coverage of the convert() family of functions, so maybe removing
> this test altogether wouldn't be the best thing either.

We do have precious little testing on encodings and conversions, yes.
The problem is how to test these things without having the tests fail
when any particular encoding is not installed in the test system.

Maybe we can use the Perl test rig for this too: Peter said that if a
test requires something not installed, the test is skipped without
causing a failure. It seems to me that we could take advantage that so
that each member tests whatever involves only the encodings it has
installed; while each individual member would skip a large percentage of
tests, the buildfarm as a whole would be testing a sizable portion, if
not all of it.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru Hanada 2014-02-26 02:29:16 Re: Custom Scan APIs (Re: Custom Plan node)
Previous Message Josh Berkus 2014-02-26 01:05:09 Re: pg_dumpall reccomendation in release notes