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

From Tom Lane
Subject Re: Grouping isolationtester tests in the schedule
Date
Msg-id 30181.1565190537@sss.pgh.pa.us
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  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> 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.

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

+1 for concept, didn't review your divisions.

Something related I've been wondering about is whether we could
parallelize the isolation tests.  A difficulty here is that the
slowest ones tend to also be timing-sensitive, such that running
them in parallel would increase the risk of failure.  But we
could likely get at least some improvement.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: no default hash partition
Next
From: Magnus Hagander
Date:
Subject: Re: Unix-domain socket support on Windows