Re: Teach pg_upgrade test to honor NO_TEMP_INSTALL

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Teach pg_upgrade test to honor NO_TEMP_INSTALL
Date: 2019-05-24 23:29:42
Message-ID: 59d22ac1-2ae6-cbf6-519c-aa2ff14fd72a@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 5/24/19 11:22 AM, Andres Freund wrote:
> Hi,
>
> On 2019-05-22 13:08:41 -0700, Andres Freund wrote:
>> On 2019-05-22 16:04:34 -0400, Andrew Dunstan wrote:
>>> If I disable install, the buildfarm fails the upgrade check even when
>>> not using NO_TEMP_INSTALL.
>>>
>>>
>>> excerpts from the log:
>>> sh: /home/pgl/npgl/pg_head/bfroot/HEAD/inst/bin/psql: No such file or
>>> directory
>> That's the issue I was talking to Tom about above. Need to
>> unconditionally have
>> ....
> Andrew, after the latest set of changes, the reversed order should now
> work reliably?
>

With the latest changes I don't get the above failure:

andrew(at)emma:pg_head (master)$ ~/bf/client-code/run_build.pl 
--skip-steps=install
master:HEAD          [19:21:45] creating vpath build dir
/home/pgl/npgl/pg_head/bfroot/HEAD/pgsql.build ...
master:HEAD          [19:21:45] running configure ...
master:HEAD          [19:21:52] running make ...
master:HEAD          [19:23:42] running make check ...
master:HEAD          [19:24:37] running make contrib ...
master:HEAD          [19:24:45] running make testmodules ...
master:HEAD          [19:24:45] checking pg_upgrade
master:HEAD          [19:26:41] checking test-decoding
master:HEAD          [19:26:59] running make ecpg check ...
master:HEAD          [19:27:25] OK

cheers

andrew

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2019-05-24 23:56:09 Re: Suppressing noise in successful check-world runs
Previous Message Tom Lane 2019-05-24 23:18:30 Re: Suppressing noise in successful check-world runs