Re: Git-master regression failure
От | Jeff Janes |
---|---|
Тема | Re: Git-master regression failure |
Дата | |
Msg-id | CAMkU=1zTNqsuJwy=F3YqOrH3CtvVtfiVf3VGNcBLv9xgt4oB_w@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Git-master regression failure (Kevin Grittner <kgrittn@ymail.com>) |
Ответы |
Re: Git-master regression failure
Re: Git-master regression failure |
Список | pgsql-hackers |
On Wed, Jun 19, 2013 at 8:41 AM, Kevin Grittner <kgrittn@ymail.com> wrote:
>> Does anyone object to the attached change, so that regression testsOK, pushed without the comment.
>> pass when run in a Danish locale? I think it should be
>> back-patched to 9.2, where the test was introduced.
>
> Yes, that should be fixed. I wouldn't put in the comment, though. A
> few releases ago, I fixed a number of other "Danish" issues, so adding
> this comment would give the impression that this the only place.
I had started this and let it run overnight:
for LANG in `locale -a`; do make check >& /dev/null ; echo $? $LANG; done
Of the 735 language/locales/encodings, I got 93 failures. After your commit I re-tested just the failures, and it fixed 25 of them.
Of the ones I looked at, most of the problems are in create_index, some in matview as well.
Lithuanian has Y coming between I and J. Estonian has Z between S and T. Norwegian seems to treat V and W as being equal except to break suffix-ties.
Is there an infrastructure to use a different expected file depending on the LANG used?
Cheers,
Jeff
В списке pgsql-hackers по дате отправления: