Re: Grouping isolationtester tests in the schedule - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Grouping isolationtester tests in the schedule
Date
Msg-id CA+hUKG+sdF7pE9cdFLXwKRL99TOdNLeDtBHepRL5d5WPvBT2FQ@mail.gmail.com
Whole thread Raw
In response to Grouping isolationtester tests in the schedule  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Grouping isolationtester tests in the schedule  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Wed, Aug 7, 2019 at 11:28 PM Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> The list of tests in src/test/isolation/isolation_schedule has grown
> over the years. Originally, they were all related to Serializable
> Snapshot Isolation, but there are different kinds of concurrency tests
> there now. More tests is good, but the schedule file has grown into a
> big inscrutable list with zero comments.

+1

> I propose to categorize the tests and add some divider comments to the
> file, see attached.

I think I'd put nowait and skip locked under a separate category "FOR
UPDATE" or "row locking" or something, but maybe that's just me... can
you call that stuff DML?

-- 
Thomas Munro
https://enterprisedb.com



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs
Next
From: Chapman Flack
Date:
Subject: Re: s/rewinded/rewound/?