Re: Suppressing noise in successful check-world runs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Suppressing noise in successful check-world runs
Дата
Msg-id 18231.1558739910@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Suppressing noise in successful check-world runs  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Suppressing noise in successful check-world runs
Список pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes:
> My development machine has 8 logical cores, and like you I only see
> the NOTICE from pg_upgrade's tests with "-j10":

> pg@bat:/code/postgresql/patch/build$ time make check-world -j10 >/dev/null
> NOTICE:  database "regression" does not exist, skipping
> make check-world -j10 > /dev/null  86.40s user 34.10s system 140% cpu
> 1:25.94 total

> However, I see something else with "-j16", even after a precautionary
> clean + rebuild:

> pg@bat:/code/postgresql/patch/build$ time make check-world -j16 >/dev/null
> NOTICE:  database "regression" does not exist, skipping
> pg_regress: could not open file
> "/code/postgresql/patch/build/src/test/regress/regression.diffs" for
> reading: No such file or directory
> make check-world -j16 > /dev/null  96.35s user 37.45s system 152% cpu
> 1:27.49 total

Yes, I see that too with sufficiently high -j.  I believe this is
what Noah was trying to fix in bd1592e85, but that patch evidently
needs a bit more work :-(

            regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: POC: GROUP BY optimization
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Teach pg_upgrade test to honor NO_TEMP_INSTALL