pgsql: Increase timeout in statement_timeout test from 1 second to 2

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Increase timeout in statement_timeout test from 1 second to 2
Date: 2006-06-18 16:21:32
Message-ID: 20060618162132.A516A9FA188@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Increase timeout in statement_timeout test from 1 second to 2 seconds.
We have once or twice seen failures suggesting that control didn't get
to the exception block before the timeout elapsed, which is unlikely
but not impossible in a parallel regression test (with a dozen other
backends competing for cycles). This change doesn't completely prevent
the problem of course, but it should reduce the probability enough that
we don't see it anymore. Per buildfarm results.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/test/regress/expected:
plpgsql.out (r1.40.2.1 -> r1.40.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/plpgsql.out.diff?r1=1.40.2.1&r2=1.40.2.2)
pgsql/src/test/regress/sql:
plpgsql.sql (r1.34.2.1 -> r1.34.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/plpgsql.sql.diff?r1=1.34.2.1&r2=1.34.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-18 16:21:40 pgsql: Increase timeout in statement_timeout test from 1 second to 2
Previous Message Tom Lane 2006-06-18 16:21:23 pgsql: Increase timeout in statement_timeout test from 1 second to 2