postgresql/src/test
Tom Lane b11d07b6a3 Make new deadlock isolation test more reproducible.
The original formulation of 4c9864b9b4
was extremely timing-sensitive, because it arranged for the deadlock
detector to be running (and possibly unblocking the current query)
at almost exactly the same time as isolationtester would be probing
to see if the query is blocked.  The committed expected-file assumed
that the deadlock detection would finish first, but we see the opposite
on both fast and slow buildfarm animals.  Adjust the deadlock timeout
settings to make it predictable that isolationtester *will* see the
query as waiting before deadlock detection unblocks it.

I used a 5s timeout for the same reasons mentioned in
a7921f71a3.
2016-02-11 11:59:11 -05:00
..
examples Update copyright for 2016 2016-01-02 13:33:40 -05:00
isolation Make new deadlock isolation test more reproducible. 2016-02-11 11:59:11 -05:00
locale Fix omission of -X (--no-psqlrc) in some psql invocations. 2015-12-28 11:46:43 -05:00
mb Revert "Fix broken multibyte regression tests." 2016-01-26 08:29:15 +09:00
modules Update copyright for 2016 2016-01-02 14:19:48 -05:00
perl In pg_rewind test suite, triple promote timeout to 90s. 2016-02-10 20:34:57 -05:00
regress Improve error reporting in format() 2016-02-11 18:11:11 +03:00
ssl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
thread Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Fix up .gitignore and cleanup actions in some src/test/ subdirectories. 2015-04-24 17:13:06 -04:00