Re: how to run encoding-dependent tests by default
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2019-07-29T05:34:39Z
Lists: pgsql-hackers
On 2019-07-28 21:42, Tom Lane wrote: > Oh ... one other thought, based on forcing the collate.linux.utf8 > test to run on platforms where it can be expected to fail: I think > you'd be well advised to make that test verify that the required > collations are present, the same as you did in the collate.icu.utf8 > test. I noticed for instance that it fails if en_US.utf8 is not > present (or not spelled exactly like that), but I doubt that that > locale is necessarily present on every Linux platform. tr_TR is > even more likely to be subject to packagers' whims. This was already done in my v2 test posted in this thread. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Run UTF8-requiring collation tests by default
- f140007050a2 13.0 landed