Content-Length: 260605 | pFad | http://github.com/postgrespro/postgres_cluster/commit/e84e06d2b3fc48c514fd44f7ac390eb5f3e20d72

99 Increase deadlock_timeout some more in the deadlock-hard isolation test. · postgrespro/postgres_cluster@e84e06d · GitHub
Skip to content

Commit e84e06d

Browse files
committed
Increase deadlock_timeout some more in the deadlock-hard isolation test.
The previous value of 5s is inadequate for the buildfarm's CLOBBER_CACHE_ALWAYS animals: they take long enough to do the is-it-waiting queries that the timeout expires, allowing the database state to change, before isolationtester is done looking. Perhaps 10s will be enough. (If it isn't, I'm inclined to reduce the number of sessions involved.)
1 parent dca3693 commit e84e06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/isolation/specs/deadlock-hard.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ step "s7a8" { LOCK TABLE a8; }
6363
step "s7c" { COMMIT; }
6464

6565
session "s8"
66-
setup { BEGIN; SET deadlock_timeout = '5s'; }
66+
setup { BEGIN; SET deadlock_timeout = '10s'; }
6767
step "s8a8" { LOCK TABLE a8; }
6868
step "s8a1" { LOCK TABLE a1; }
6969
step "s8c" { COMMIT; }

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/e84e06d2b3fc48c514fd44f7ac390eb5f3e20d72

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy