]> 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:55 +0000 (00:37 -0400)
commit91d62b14f2a62559338c1b763666fcd25c83c2af
treee82459482146d217c10d783e739da5750449c405
parent0ce829caf68a95592198d1b45971d11b0f856bb6
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