Re: make check-world output

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make check-world output
Date: 2017-03-11 02:14:09
Message-ID: 20170311021409.y3ocx7jowxmrnfvs@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Roman Shaposhnik 2017-03-11 02:14:13 Re: [PATCH] Enabling atomics on ARM64
Previous Message Tom Lane 2017-03-11 02:10:16 Re: Need a builtin way to run all tests faster manner