Re: Recovery regression tests

From: "Kharage, Suraj" <suraj(dot)kharage(at)nttdata(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recovery regression tests
Date: 2016-01-11 03:52:03
Message-ID: 23982A0EFC8B464EA444A66145FC34158EBE5415@MAIL222
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

> 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.

That’s work for me. Thanks.

Regards
Suraj kharage
-----Original Message-----
From: Michael Paquier [mailto:michael(dot)paquier(at)gmail(dot)com]
Sent: 08 January 2016 18:11
To: Kharage, Suraj
Cc: PostgreSQL mailing lists
Subject: Re: [GENERAL] Recovery regression tests

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

______________________________________________________________________
Disclaimer: This email and any attachments are sent in strictest confidence
for the sole use of the addressee and may contain legally privileged,
confidential, and proprietary data. If you are not the intended recipient,
please advise the sender by replying promptly to this email and then delete
and destroy this email and any attachments without any further use, copying
or forwarding.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Saulo Merlo 2016-01-11 04:31:17 Slow Query - PostgreSQL 9.2
Previous Message Jim Nasby 2016-01-11 02:56:06 Re: Trigger function interface