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  (Kevin Grittner <kgrittn@ymail.com>)
Re: Git-master regression failure  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Wed, Jun 19, 2013 at 8:41 AM, Kevin Grittner <kgrittn@ymail.com> wrote:
Peter Eisentraut <peter_e@gmx.net> wrote:
> On 6/19/13 9:18 AM, Kevin Grittner wrote:

>> Does anyone object to the attached change, so that regression tests
>> 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.

OK, pushed without the comment.

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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Implementing incremental backup
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Vacuum/visibility is busted