Re: [HACKERS] make check-world output - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [HACKERS] make check-world output
Date
Msg-id 20170311021409.y3ocx7jowxmrnfvs@alvherre.pgsql
Whole thread Raw
In response to [HACKERS] make check-world output  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: [HACKERS] make check-world output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Jeff Janes wrote:
> There was some recent discussion about making "make check-world" faster.
> I'm all for that, but how about making it quieter?  On both machines I've
> run it on (CentOS6.8 and Ubuntu 16.04.2), it dumps some gibberish to
> stderr, example attached.

I think you're complaining about the test code added by commit
fcd15f13581f.  Together with behavior introduced by 2f227656076a, it is
certainly annoying.  I would vote for redirecting that output to a log
file which can be ignored/removed unless there is a failure.

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Need a builtin way to run all tests faster manner
Next
From: Roman Shaposhnik
Date:
Subject: Re: [HACKERS] [PATCH] Enabling atomics on ARM64