Re: Reducing the runtime of the core regression tests

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Reducing the runtime of the core regression tests
Дата
Msg-id CAKJS1f-q20sS1zVaDvWP3CKvAHse=1+pbE_aOaBiRizJPNgUZA@mail.gmail.com
обсуждение исходный текст
Ответ на Reducing the runtime of the core regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Reducing the runtime of the core regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 11 Apr 2019 at 10:35, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> In no particular order, here's what I did:

I was surprised to see nothing mentioned about attempting to roughly
sort the test order in each parallel group according to their runtime.
Shorter running test coming last should reduce the chances of one
process doing its last test when all other processes are already done
and sitting idle.   Of course, this won't be consistent over all
hardware, but maybe it could be done as an average time for each test
over the entire buildfarm.

> Thoughts?  Anyone object to making these sorts of changes
> post-feature-freeze?

I think it's a good time to do this sort of thing.  It should be
easier to differentiate tests destabilising due to this change out
from the noise of other changes that are going in.... since currently,
the rate of those other changes should not be very high. Doing it any
later in the freeze does not seem better since we might discover some
things that need to be fixed due to this.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: finding changed blocks using WAL scanning
Следующее
От: "Matsumura, Ryo"
Дата:
Сообщение: Qestion about .partial WAL file