Re: make installcheck-world in a clean environment - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: make installcheck-world in a clean environment
Date
Msg-id CA+q6zcWE_tWhwZibGU+1ktDjHZR__Bxe5a+aybqwr9ummkAbBQ@mail.gmail.com
Whole thread Raw
In response to Re: make installcheck-world in a clean environment  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: make installcheck-world in a clean environment  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-hackers
> On Sun, Nov 18, 2018 at 8:31 AM Alexander Lakhin <exclusion@gmail.com> wrote:
>
> I've modified the patch to use the installed version of pg_regress. It
> simplifies a lot. The main idea of the change is to not build pg_regress.

Hi,

I've noticed that for this patch cfbot show strange error

USE_INSTALLED_ASSETS=1 make all
make[2]: Entering directory
`/home/travis/build/postgresql-cfbot/postgresql/src/test/regress'
make -C ../../../contrib/spi
make[3]: Entering directory
`/home/travis/build/postgresql-cfbot/postgresql/contrib/spi'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/travis/build/postgresql-cfbot/postgresql/contrib/spi'
make[2]: Leaving directory
`/home/travis/build/postgresql-cfbot/postgresql/src/test/regress'
rm -rf ./testtablespace
mkdir ./testtablespace
'/usr/local/pgsql/lib/pgxs/src/test/regress/pg_regress' --inputdir=.
--bindir='/usr/local/pgsql/bin'
--bindir='/home/travis/build/postgresql-cfbot/postgresql/src/bin/pg_upgrade/tmp_check/install//usr/local/pgsql/bin'
--port=54464 --dlpath=. --max-concurrent-tests=20
--bindir='/home/travis/build/postgresql-cfbot/postgresql/src/bin/pg_upgrade/tmp_check/install//usr/local/pgsql/bin'
--port=54464 --schedule=./parallel_schedule
make[1]: /usr/local/pgsql/lib/pgxs/src/test/regress/pg_regress:
Command not found
make[1]: *** [installcheck-parallel] Error 127
make[1]: Leaving directory
`/home/travis/build/postgresql-cfbot/postgresql/src/test/regress'
make: *** [installcheck-parallel] Error 2
make: Leaving directory `/home/travis/build/postgresql-cfbot/postgresql'

The same error I've got when tried to run it on my laptop, is it something
expected?


pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: dsa_allocate() faliure
Next
From: Chengchao Yu
Date:
Subject: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IOFailure Occurs