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

From Alvaro Herrera
Subject Re: Grouping isolationtester tests in the schedule
Date
Msg-id 20190807165810.GA29841@alvherre.pgsql
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  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2019-Aug-07, Tom Lane wrote:

> The problem in "timeouts" is that it has to use drearily long timeouts
> to be sure that the behavior will be stable even on really slow machines
> (think CLOBBER_CACHE_ALWAYS or valgrind --- it can take seconds for them
> to reach a waiting state that other machines reach quickly).  If we run
> such tests in parallel with anything else, that risks re-introducing the
> instability.  I'm not very sure what we can do about that.  But you might
> be right that unless we can solve that, there's not going to be much to be
> gained from parallelizing the rest.

It runs 8 different permutations serially.  If we run the same
permutations in parallel, it would finish much quicker, and we wouldn't
run it in parallel with anything that would take up CPU time, since
they're all just sleeping.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: no default hash partition
Next
From: Pavel Stehule
Date:
Subject: Re: is necessary to recheck cached data in fn_extra?