pgsql: Increase timeout delays in new timeouts isolation test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Increase timeout delays in new timeouts isolation test.
Date
Msg-id E1UHQKK-0005Eq-2G@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Extend object-access hook machinery to support post-alter events
Next
From: Simon Riggs
Date:
Subject: pgsql: Remove PageSetTLI and rename pd_tli to pd_checksum