Re: Improving the isolationtester: fewer failures, less delay
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-06-15T21:09:00Z
Lists: pgsql-hackers
Attachments
- improve-isolationtester-2.patch (text/x-diff) patch
I wrote: > I'll have a v2 in a little bit --- the cfbot pointed out that there > were some contrib tests I'd missed fixing, and I found a couple of > other improvements. Here 'tis. This passes check-world, unlike v1 (mea culpa for not checking that). I also cleaned up the variant expected-files, so it's now no worse than HEAD as far as failures in serializable mode go. I played a bit more with insert-conflict-specconflict.spec, too. It now seems proof against delays inserted anywhere in the lock-acquiring subroutines. regards, tom lane
Commits
-
Use annotations to reduce instability of isolation-test results.
- f228c401b86b 12.8 landed
- e2cde85ef2c3 13.4 landed
- a1417e4378b9 11.13 landed
- 741d7f1047fe 14.0 landed
- 1f32b789de94 10.18 landed
- 13f3fd9e436d 9.6.23 landed