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

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

  1. Use annotations to reduce instability of isolation-test results.