Re: collate.linux.utf8 test coverage

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: collate.linux.utf8 test coverage
Date: 2015-04-25 14:36:07
Message-ID: CAB7nPqQtj4JvutkoYUDmCtGwwToeZurQyi51TCi6juBnftgj4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Apr 25, 2015 at 4:51 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> The optional buildfarm module that runs this test was broken by commit
> dcae5faccab64776376d354decda0017c648bb53
>
> Since nobody has responded to my complaint about this, I have disabled it on
> crake, the only buildfarm machine that has actually been running the test,
> so we now have no buildfarm coverage for it.

Commit dcae5fac has switched in pg_regress --temp-install to
--temp-instance, --psqldir to --bindir, and has removed --top-builddir
and --extra-install. After looking at TestCollateLinuxUTF8.pm, I think
that you need to use the one-liner attached.
Regards,
--
Michael

Attachment Content-Type Size
20150425_bdf_fix_collate_utf8.patch text/x-diff 575 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-04-25 14:51:40 Re: Ignoring some binaries generated in src/test
Previous Message Michael Paquier 2015-04-25 14:23:22 Re: improving speed of make check-world