Re: Recovery regression tests

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: kharagesuraj <suraj(dot)kharage(at)nttdata(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recovery regression tests
Date: 2016-01-08 12:40:38
Message-ID: CAB7nPqQijVm3wjXhzRkFiaWqX2K6F-WM1dWgxfQdmSCXi9PASQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 8, 2016 at 6:55 PM, kharagesuraj <suraj(dot)kharage(at)nttdata(dot)com> wrote:
> I have postgres-9.6 dev source code.
> While executing regression tests(make check) for recovery i got following
> message.
> "TAP tests not enabled"
>
> I have pgTap(0.95) installed.

The in-core TAP tests and pgTap are two independent things, the latter
being an independent facility and the in-core TAP tests do not need
it. If you want to run them, simply install the perl module IPC::Run
and add this configure switch: --enable-tap-tests.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Riley Berton 2016-01-08 13:35:14 Re: BDR and TX obeyance
Previous Message Karsten Hilbert 2016-01-08 12:02:03 Re: pg_upgrade 9.4 -> 9.5 with pg_trgm fails for me