Re: Running Installcheck remotely

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kapil Sharma <kapil(dot)bncoe(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Running Installcheck remotely
Date: 2018-03-24 14:21:44
Message-ID: 4201.1521901304@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kapil Sharma <kapil(dot)bncoe(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2018-03-24 14:32:15 Re: [PATCH] Verify Checksums during Basebackups
Previous Message Hongyuan Ma 2018-03-24 14:21:08 [GSoC 18] Perf Farm Project——Proposal Draft