pgsql: Eschew "RESET statement_timeout" in tests.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Eschew "RESET statement_timeout" in tests.
Дата
Msg-id E1ZoOjA-0005O6-3b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Eschew "RESET statement_timeout" in tests.

Instead, use transaction abort.  Given an unlucky bout of latency, the
timeout would cancel the RESET itself.  Buildfarm members gharial,
lapwing, mereswine, shearwater, and sungazer witness that.  Back-patch
to 9.1 (all supported versions).  The query_canceled test still could
timeout before entering its subtransaction; for whatever reason, that
has yet to happen on the buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8e3b4d9d40244c037bbc6e182ea3fabb9347d482

Modified Files
--------------
src/test/regress/expected/plpgsql.out          |   43 ++++++++++++++++--------
src/test/regress/expected/prepared_xacts.out   |    6 ++--
src/test/regress/expected/prepared_xacts_1.out |    6 ++--
src/test/regress/sql/plpgsql.sql               |   37 +++++++++++++-------
src/test/regress/sql/prepared_xacts.sql        |    6 ++--
5 files changed, 65 insertions(+), 33 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Eschew "RESET statement_timeout" in tests.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Eschew "RESET statement_timeout" in tests.