pgsql: Increase timeout delays in new timeouts isolation test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Increase timeout delays in new timeouts isolation test.
Date: 2013-03-18 03:01:32
Message-ID: E1UHQKK-0005Eq-2G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Increase timeout delays in new timeouts isolation test.

Buildfarm member friarbird doesn't like this test as-committed, evidently
because it's so slow that the test framework doesn't reliably notice that
the backend is waiting before the timeout goes off. (This is not totally
surprising, since friarbird builds with -DCLOBBER_CACHE_ALWAYS.) Increase
the timeout delay from 1 second to 2 in hopes of resolving that problem.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4c855750fc0ba9bd30fa397eafbfee354908bbca

Modified Files
--------------
src/test/isolation/expected/timeouts.out | 16 ++++++++--------
src/test/isolation/specs/timeouts.spec | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2013-03-18 13:50:37 pgsql: Remove PageSetTLI and rename pd_tli to pd_checksum
Previous Message Robert Haas 2013-03-18 02:53:10 pgsql: Extend object-access hook machinery to support post-alter events