Re: buildfarm does not test "make check"

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: buildfarm does not test "make check"
Date: 2015-08-13 18:52:48
Message-ID: 20150813185248.GD5232@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:

> The buildfarm server doesn't control anything the clients do except it
> provides them with a list of branches we are interested in. Even that is
> invisible to the main program, and only used by the wrapper run_branches.pl.
> The main program can run entirely offline and I'm going to resist moves to
> make it otherwise. (Yes it needs access to git, but even that can be
> finessed.)

Understood.

> If you want some way of specifying this, put it in the source, e.g. invent a
> directory src/test/buildfarm_support and put it there. That way committers
> have automatic access to it, which they certainly don't to the buildfarm
> server. I'd rather just make it a small piece of perl instead of
> JSON,though.

Makes plenty of sense, thanks.

> You're also going to have to handle the msvc side of things. That won't be
> trivial. See discussion elsewhere today about how we've got that wrong
> recently.

Oh my. The pg_upgrade code in src/tools/msvc/vcregress.pl looks rather
unhealthy, and I don't see anything there to handle test_decoding, so I
assume that's done differently somehow. (For pg_upgrade surely we should
not be using a shell script ...)

I don't have time to go through this right now, but it's on my list of
things to think about.

--
Álvaro Herrera http://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 Andrew Dunstan 2015-08-13 19:03:12 Re: buildfarm does not test "make check"
Previous Message Andrew Dunstan 2015-08-13 18:36:01 Re: buildfarm does not test "make check"