Re: psql tests hangs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-11T18:44:39Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: > When I remove this test, then all tests passed This works fine for me on Fedora 37: $ 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]' regards, tom lane
Commits
-
Tighten usage of PSQL_WATCH_PAGER.
- bc478a0a85bc 15.4 landed
- 51b2c0879886 16.0 landed
-
Add tab-completion for newly added SUBSCRIPTION options.
- 96c498d2f8ce 16.0 cited
-
psql: add an optional execution-count limit to \watch.
- 00beecfe839c 16.0 cited
-
Handle empty or all-blank PAGER setting more sanely in psql.
- 18f8f784cbbf 10.0 cited