pg_upgrade test chatter

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема pg_upgrade test chatter
Дата
Msg-id DCBAE0E4-BD56-482F-8A70-7FD0DC0860BE@amazon.com
обсуждение исходный текст
Ответы Re: pg_upgrade test chatter  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi hackers,

I run 'make check-world' a lot, and I typically use parallelism and
redirect stdout to /dev/null as suggested in the docs [0].  This seems
to eliminate all of the test chatter except for this one message:

        NOTICE:  database "regression" does not exist, skipping

This is emitted by the installcheck-parallel run in the pg_upgrade
test.  Sending stderr to stdout clears it up, but presumably we don't
want to miss other errors, too.  We could also just create the
database it is trying to drop to silence the NOTICE.  This is what the
attached patch does.

This is admittedly just a pet peeve, but maybe it is bothering others,
too.

Nathan

[0] https://www.postgresql.org/docs/devel/regress-run.html


Вложения

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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: UPDATE on Domain Array that is based on a composite key crashes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade test chatter