Re: Running Installcheck remotely

Поиск
Список
Период
Сортировка
От Kapil Sharma
Тема Re: Running Installcheck remotely
Дата
Msg-id CAM0nTJ6iorX_tmg5MX0mQU3z3w=9wk+pGK8zrvn7DNWqnyv+sQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Running Installcheck remotely  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Running Installcheck remotely  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
So this means that the host running the test should have capability to SSH to the DB Instance host ?

Thanks,
Kapil.


On Sat, Mar 24, 2018 at 7:21 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Kapil Sharma <kapil.bncoe@gmail.com> writes:
> Is it possible to run installcheck (pg_regress) tests from a remote host ?

I think if you set PGHOST and other relevant libpq environment variables,
an installcheck run will connect where they specify.  The hard part would
be making sure that (a) your test files match the remote server's version
and (b) the various .so files loaded by the tests exist on the remote host
at the same filesystem locations expected by the tests.

                        regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Optimize Arm64 crc32c implementation in Postgresql
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation()