Re: A test for replay of regression tests

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: A test for replay of regression tests
Дата
Msg-id CA+hUKGKV=41jk78E_tcHp4m3ab77_gPgbLuE4=WADbmEj4ETTA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A test for replay of regression tests  (Andres Freund <andres@anarazel.de>)
Ответы Re: A test for replay of regression tests  (Anastasia Lubennikova <lubennikovaav@gmail.com>)
Список pgsql-hackers
Ok, here's a new version incorporating feedback so far.

1.  Invoke pg_regress directly (no make).

2.  Use PG_TEST_EXTRA="wal_consistency_checking" as a way to opt in to
the more expensive test.

3.  Use parallel schedule rather than serial.  It's faster but also
the non-determinism might discover more things.  This required
changing the TAP test max_connections setting from 10 to 25.

4.  Remove some extraneous print statements and
check-if-data-is-replicated-using-SELECT tests that are technically
not needed (I had copied those from 001_stream_rep.pl).

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Dumping/restoring fails on inherited generated column
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Race condition in recovery?