From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Suppressing noise in successful check-world runs |
Date: | 2019-05-24 23:18:30 |
Message-ID: | 18231.1558739910@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Geoghegan <pg(at)bowt(dot)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(at)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(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2019-05-24 23:29:42 | Re: Teach pg_upgrade test to honor NO_TEMP_INSTALL |
Previous Message | Tomas Vondra | 2019-05-24 22:57:25 | Re: POC: GROUP BY optimization |