broken regress tests on fedora 36

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема broken regress tests on fedora 36
Дата
Msg-id CAFj8pRBz8iQmd2aOaCLvO-rJY6vZr-h6Q0qvV0J+yb78J7uiaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: broken regress tests on fedora 36  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi

pgbench tests fails, probably due using  czech locale

All tests successful.
Files=2, Tests=633,  7 wallclock secs ( 0.14 usr  0.02 sys +  1.91 cusr  1.05 csys =  3.12 CPU)
Result: PASS
make[2]: Opouští se adresář „/home/pavel/src/postgresql.master/src/bin/pgbench“
make -C psql check
make[2]: Vstupuje se do adresáře „/home/pavel/src/postgresql.master/src/bin/psql“
echo "+++ tap check in src/bin/psql +++" && rm -rf '/home/pavel/src/postgresql.master/src/bin/psql'/tmp_check && /usr/bin/mkdir -p '/home/pavel/src/postgresql.master/src/bin/psql'/tmp_check && cd . && TESTDIR='/home/pavel/src/postgresql.master/src/bin/psql' PATH="/home/pavel/src/postgresql.master/tmp_install/usr/local/pgsql/master/bin:/home/pavel/src/postgresql.master/src/bin/psql:$PATH" LD_LIBRARY_PATH="/home/pavel/src/postgresql.master/tmp_install/usr/local/pgsql/master/lib"  PGPORT='65432' PG_REGRESS='/home/pavel/src/postgresql.master/src/bin/psql/../../../src/test/regress/pg_regress' /usr/bin/prove -I ../../../src/test/perl/ -I .  t/*.pl
+++ tap check in src/bin/psql +++
t/001_basic.pl ........... 15/?
#   Failed test '\timing with successful query: matches'
#   at t/001_basic.pl line 83.
#                   '1
# Time: 0,717 ms'
#     doesn't match '(?^m:^1$
# ^Time: \d+\.\d\d\d ms)'

#   Failed test '\timing with query error: timing output appears'
#   at t/001_basic.pl line 95.
#                   'Time: 0,293 ms'
#     doesn't match '(?^m:^Time: \d+\.\d\d\d ms)'
# Looks like you failed 2 tests of 58.
t/001_basic.pl ........... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/58 subtests
t/010_tab_completion.pl .. ok    
t/020_cancel.pl .......... ok  

Test Summary Report
-------------------
t/001_basic.pl         (Wstat: 512 (exited 2) Tests: 58 Failed: 2)
  Failed tests:  28, 30
  Non-zero exit status: 2
Files=3, Tests=146,  6 wallclock secs ( 0.07 usr  0.01 sys +  3.15 cusr  1.14 csys =  4.37 CPU)
Result: FAIL
make[2]: *** [Makefile:87: check] Chyba 1
make[2]: Opouští se adresář „/home/pavel/src/postgresql.master/src/bin/psql“
make[1]: *** [Makefile:43: check-psql-recurse] Chyba 2
make[1]: Opouští se adresář „/home/pavel/src/postgresql.master/src/bin“
make: *** [GNUmakefile:71: check-world-src/bin-recurse] Chyba 2

Regards

Pavel

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Inconvenience of pg_read_binary_file()
Следующее
От: Dong Wook Lee
Дата:
Сообщение: Re: Add TAP test for auth_delay extension