Re: psql tests hangs

From: Kirk Wolak <wolakk(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: psql tests hangs
Date: 2023-05-11 19:15:12
Message-ID: CACLU5mQG4u5587kAurjZAnvF-MLaLxNQqN2M3Yrf3wDoxjMU7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 11, 2023 at 3:06 PM Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
wrote:

>
>
> čt 11. 5. 2023 v 20:44 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:
>
>> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>> > When I remove this test, then all tests passed
>>
>> This works fine for me on Fedora 37:
>>
>
> I have Fedora 38
>
>>
>> $ cd src/bin/psql
>> $ LANG=cs_CZ.utf8 make installcheck
>> make -C ../../../src/backend generated-headers
>> make[1]: Vstupuje se do adresáře „/home/tgl/pgsql/src/backend“
>> ...
>> # +++ tap install-check in src/bin/psql +++
>> t/001_basic.pl ........... ok
>> t/010_tab_completion.pl .. ok
>> t/020_cancel.pl .......... ok
>> All tests successful.
>> Files=3, Tests=169, 6 wallclock secs ( 0.06 usr 0.02 sys + 2.64 cusr
>> 0.99 csys = 3.71 CPU)
>> Result: PASS
>>
>> I wonder if you have something inconsistent in your locale
>> configuration. What do you see from
>>
>> $ env | grep '^L[CA]'
>>
>
> [pavel(at)localhost psql]$ env | grep '^L[CA]'
> LANG=cs_CZ.UTF-8
>
> Regards
>
> Pavel
>

Stranger things, but is LANG case sensitive, or formatted differently?

tom> $ LANG=cs_CZ.utf8 make installcheck
you> LANG=cs_CZ.*UTF-8*

>
>
>> regards, tom lane
>>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-05-11 19:24:36 Re: psql tests hangs
Previous Message Pavel Stehule 2023-05-11 19:06:01 Re: psql tests hangs