From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, Masahiro Ikeda <ikedamsh(at)oss(dot)nttdata(dot)com>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Allow default \watch interval in psql to be configured |
Date: | 2025-03-26 06:59:17 |
Message-ID: | CAFj8pRDE=7uW7QP4rg-OQLE2i-puYsUUt+eHE-L6_b_J9w=eWg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi
út 25. 3. 2025 v 20:09 odesílatel Daniel Gustafsson <daniel(at)yesql(dot)se>
napsal:
> > On 24 Mar 2025, at 13:42, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
> wrote:
>
> > LGTM. I think this is RFC. Updated CF entry.
>
> Thanks all for review, committed.
>
>
regress tests fails now in my
make[2]: Vstupuje se do adresáře „/home/pavel/src/postgresql/src/bin/psql“
echo "# +++ tap check in src/bin/psql +++" && rm -rf
'/home/pavel/src/postgresql/src/bin/psql'/tmp_check && /usr/bin/mkdir -p
'/home/pavel/src/postgresql/src/bin/psql'/tmp_check && cd . &&
TESTLOGDIR='/home/pavel/src/postgresql/src/bin/psql/tmp_check/log'
TESTDATADIR='/home/pavel/src/postgresql/src/bin/psql/tmp_check'
PATH="/home/pavel/src/postgresql/tmp_install/usr/local/pgsql/master/bin:/home/pavel/src/postgresql/src/bin/psql:$PATH"
LD_LIBRARY_PATH="/home/pavel/src/postgresql/tmp_install/usr/local/pgsql/master/lib"
INITDB_TEMPLATE='/home/pavel/src/postgresql'/tmp_install/initdb-template
PGPORT='65432'
top_builddir='/home/pavel/src/postgresql/src/bin/psql/../../..'
PG_REGRESS='/home/pavel/src/postgresql/src/bin/psql/../../../src/test/regress/pg_regress'
share_contrib_dir='/home/pavel/src/postgresql/tmp_install/usr/local/pgsql/master/share/'
/usr/bin/prove -I ../../../src/test/perl/ -I . t/*.pl
# +++ tap check in src/bin/psql +++
t/001_basic.pl ........... 46/?
# Failed test 'WATCH_INTERVAL variable is set and updated: exit code 0'
# at t/001_basic.pl line 436.
# got: '3'
# expected: '0'
# Failed test 'WATCH_INTERVAL variable is set and updated: no stderr'
# at t/001_basic.pl line 436.
# got: 'psql:<stdin>:2: error: "0.001" is out of range for
"WATCH_INTERVAL"'
# expected: ''
# Failed test 'WATCH_INTERVAL variable is set and updated: matches'
# at t/001_basic.pl line 436.
# '2'
# doesn't match '(?^lm:^2$
# ^0.001$
# ^2$)'
# Looks like you failed 3 tests of 116.
t/001_basic.pl ........... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/116 subtests
t/010_tab_completion.pl .. ok
t/020_cancel.pl .......... ok
Test Summary Report
-------------------
t/001_basic.pl (Wstat: 768 (exited 3) Tests: 116 Failed: 3)
Failed tests: 95-97
Non-zero exit status: 3
Files=3, Tests=207, 7 wallclock secs ( 0.12 usr 0.02 sys + 3.38 cusr
1.72 csys = 5.24 CPU)
Result: FAIL
The reason is probably my LANG=cs_CZ.UTF8. When I switched to LANG=C, then
tests passed
Regards
Pavel
> --
> Daniel Gustafsson
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-03-26 06:59:31 | Re: NOT ENFORCED constraint feature |
Previous Message | Peter Eisentraut | 2025-03-26 06:41:48 | Re: Update LDAP Protocol in fe-connect.c to v3 |