Re: [PATCH] Reduce src/test/recovery verbosity
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Michael Paquier <michael.paquier@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Craig Ringer <craig@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-30T15:08:38Z
Lists: pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes: > I'd be fine with removing --verbose globally, as your patch does, but > there was some argument that we then would have long 'quiet' periods. > I haven't had a chance to go test if that's really the case yet though. I've been running it like this lately: make -s check-world -j4 PROVE_FLAGS='-j4 --quiet --nocolor --nocount' and it is still pretty noisy ;-). The only place where it sits for more than a couple of seconds without printing anything is at the very start, which I believe to be the initial "make temp-install" step, which would be unaffected by prove verbosity anyway. So I'd be +1 for just removing --verbose by default. Anybody who really wants it can put it back via PROVE_FLAGS. regards, tom lane
Commits
-
Remove --verbose from PROVE_FLAGS
- e9c81b6016f4 10.0 landed