Re: Build farm coverage for isolation tests

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Build farm coverage for isolation tests
Date: 2011-04-19 15:53:07
Message-ID: 4DAD6993020000250003C9F0@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

> I think the best thing might be to add a new step which runs the
> isolation check or installcheck. It would only need a small amount
> of perl code adde3d to the client to accomplish, and nothing on
> the server side.

Since I'm unskilled at perl and have never looked at the buildfarm
scripts, could someone with the appropriate skills and knowledge add
this for me? In bash, when I'm in the normal base directory for a
build from source, my usual incantation is:

pushd src/test/isolation && make check && popd

(or use installcheck instead of check if an appropriate cluster is
already running)

Thanks in advance,

-Kevin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2011-04-19 15:56:50 Re: pgbench \for or similar loop
Previous Message Andrew Dunstan 2011-04-19 15:43:17 Re: Build farm coverage for isolation tests