]> granicus.if.org Git - postgresql/commit
Eschew "RESET statement_timeout" in tests.
authorNoah Misch <noah@leadboat.com>
Tue, 20 Oct 2015 04:37:22 +0000 (00:37 -0400)
committerNoah Misch <noah@leadboat.com>
Tue, 20 Oct 2015 04:37:38 +0000 (00:37 -0400)
commit563f40bb4e465e69c0a2641ce5880a679e69538b
treefe80369c44874d4ffa08f719d88be96fa718ec5c
parent52f21c5882ebad18d4cfcd67d99d31b90397ce29
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.
src/test/regress/expected/plpgsql.out
src/test/regress/expected/prepared_xacts.out
src/test/regress/expected/prepared_xacts_1.out
src/test/regress/sql/plpgsql.sql
src/test/regress/sql/prepared_xacts.sql