Thread: [HACKERS] How to run PG TAP tests on windows?

[HACKERS] How to run PG TAP tests on windows?

From
Abbas Butt
Date:
Hi,

Can anyone point out to a tutorial or a list of steps required to run PG TAP tests on windows?

Regards

--
--
Abbas
Architect
Skype ID: gabbasb
www.enterprisedb.com

Follow us on Twitter

@EnterpriseDB

Visit EnterpriseDB for tutorials, webinars, whitepapers and more

Re: [HACKERS] How to run PG TAP tests on windows?

From
Michael Paquier
Date:
On Tue, Aug 1, 2017 at 10:24 AM, Abbas Butt <abbas.butt@enterprisedb.com> wrote:
> Can anyone point out to a tutorial or a list of steps required to run PG TAP
> tests on windows?

Only MSVC has a special handling:
https://www.postgresql.org/docs/devel/static/install-windows-full.html#idm46046082578368
Using vcregress.bat, you are looking mainly for the subcommands
bincheck and recoverycheck.
-- 
Michael



Re: [HACKERS] How to run PG TAP tests on windows?

From
Abbas Butt
Date:


On Tue, Aug 1, 2017 at 7:35 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Tue, Aug 1, 2017 at 10:24 AM, Abbas Butt <abbas.butt@enterprisedb.com> wrote:
> Can anyone point out to a tutorial or a list of steps required to run PG TAP
> tests on windows?

Only MSVC has a special handling:
https://www.postgresql.org/docs/devel/static/install-windows-full.html#idm46046082578368
Using vcregress.bat, you are looking mainly for the subcommands
bincheck and recoverycheck.

Thanks Michael.

 
--
Michael



--
--
Abbas
Architect
Skype ID: gabbasb
www.enterprisedb.com

Follow us on Twitter

@EnterpriseDB

Visit EnterpriseDB for tutorials, webinars, whitepapers and more