pgsql: Remove ICU tests from default run

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove ICU tests from default run
Date: 2017-03-25 04:30:45
Message-ID: E1crdLh-0007em-Tx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Remove ICU tests from default run

These tests require the test database to be in UTF8 encoding. Until
there is a better solution, take them out of the default test set and
treat them like the existing collate.linux.utf8 test, meaning it has to
be selected manually.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e148009740f91ecc9555227d0d52ac43df30e6ed

Modified Files
--------------
doc/src/sgml/regress.sgml | 6 +-
src/test/regress/GNUmakefile | 3 -
src/test/regress/expected/collate.icu.out | 1126 ------------------------
src/test/regress/expected/collate.icu.utf8.out | 1126 ++++++++++++++++++++++++
src/test/regress/sql/collate.icu.sql | 433 ---------
src/test/regress/sql/collate.icu.utf8.sql | 433 +++++++++
6 files changed, 1563 insertions(+), 1564 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-25 04:32:49 Re: pgsql: ICU support
Previous Message Peter Eisentraut 2017-03-25 04:11:56 pgsql: Fix recovery test hang

Browse pgsql-hackers by date

  From Date Subject
Next Message Mithun Cy 2017-03-25 04:43:00 Re: [POC] A better way to expand hash indexes.
Previous Message Peter Eisentraut 2017-03-25 04:12:48 Re: [PATCH] Transaction traceability - txid_status(bigint)