Re: Running Installcheck remotely - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Running Installcheck remotely
Date
Msg-id 4201.1521901304@sss.pgh.pa.us
Whole thread Raw
In response to Running Installcheck remotely  (Kapil Sharma <kapil.bncoe@gmail.com>)
Responses Re: Running Installcheck remotely  (Kapil Sharma <kapil.bncoe@gmail.com>)
List pgsql-hackers
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 by date:

Previous
From: Hongyuan Ma
Date:
Subject: [GSoC 18] Perf Farm Project——Proposal Draft
Next
From: Michael Banck
Date:
Subject: Re: [PATCH] Verify Checksums during Basebackups