Re: how to run encoding-dependent tests by default
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2019-07-28T19:42:31Z
Lists: pgsql-hackers
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. regards, tom lane
Commits
-
Run UTF8-requiring collation tests by default
- f140007050a2 13.0 landed