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-16T19:47:56Z
Lists: pgsql-hackers
Attachments
- improve-isolationtester-3.patch (text/x-diff) patch
Andres Freund <andres@anarazel.de> writes: > [ assorted review comments ] Here's a v3 responding to your comments, plus some other cleanup: * don't use C99-style declarations-in-for, to ease planned backpatch * make use of (*) annotation in multiple-cic.spec, to get rid of the need for a variant expected-file for it 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