Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-11 Thread Landry Breuil
On Wed, Jun 10, 2020 at 08:12:25PM -0700, Andrew Hewus Fresh wrote: > On Wed, Jun 10, 2020 at 08:01:36PM -0700, Andrew Hewus Fresh wrote: > > MODPOSTGRESQL_TEST_CMD = ${LOCALBASE}/bin/psql -c 'CREATE EXTENSION pgtap;' > > && \ > > PGUSER=${USER} PGDATABASE=postgres \ > > ${MAKE_PROGRAM} ${

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-11 Thread Chris Bennett
On Wed, Jun 10, 2020 at 08:12:25PM -0700, Andrew Hewus Fresh wrote: > On Wed, Jun 10, 2020 at 08:01:36PM -0700, Andrew Hewus Fresh wrote: > > MODPOSTGRESQL_TEST_CMD = ${LOCALBASE}/bin/psql -c 'CREATE EXTENSION pgtap;' > > && \ > > PGUSER=${USER} PGDATABASE=postgres \ > > ${MAKE_PROGRAM} ${

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-10 Thread Andrew Hewus Fresh
On Wed, Jun 10, 2020 at 08:01:36PM -0700, Andrew Hewus Fresh wrote: > MODPOSTGRESQL_TEST_CMD = ${LOCALBASE}/bin/psql -c 'CREATE EXTENSION pgtap;' > && \ > PGUSER=${USER} PGDATABASE=postgres \ > ${MAKE_PROGRAM} ${ALL_TEST_FLAGS} -f ${MAKE_FILE} ${TEST_TARGET} Could also change the db

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-10 Thread Andrew Hewus Fresh
On Sun, Jun 07, 2020 at 12:16:01PM +0200, Landry Breuil wrote: > On Tue, Jun 02, 2020 at 06:24:41PM -0400, Chris Bennett wrote: > > The above errors Landry had (and I also had) only occur if pgtap is > > installed first. The ports documentation suggests an easy fix for that > > by setting PGUSER=po

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-08 Thread Chris Bennett
On Sun, Jun 07, 2020 at 12:16:01PM +0200, Landry Breuil wrote: > On Tue, Jun 02, 2020 at 06:24:41PM -0400, Chris Bennett wrote: > > On Sat, May 23, 2020 at 10:46:00AM +0200, Landry Breuil wrote: > > > Hi, > > > > > Looking over pgtap. I am seeing some strange (to me) issues. > > > > It uses gmake

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-07 Thread Landry Breuil
On Tue, Jun 02, 2020 at 06:24:41PM -0400, Chris Bennett wrote: > On Sat, May 23, 2020 at 10:46:00AM +0200, Landry Breuil wrote: > > Hi, > > > Looking over pgtap. I am seeing some strange (to me) issues. > > It uses gmake and it's a perl port. > It comes with the Perl Makefile already built. Never

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-02 Thread Chris Bennett
On Sat, May 23, 2020 at 10:46:00AM +0200, Landry Breuil wrote: > Hi, > > here are two new ports, one for pgtap (https://pgtap.org/) and one for > TAP::Parser::SourceHandler::pgTAP which provides the pg_prove script, > used to run the regress tests for the upcoming 3.0.0 version of > geo/pgrouting.

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-02 Thread Chris Bennett
On Tue, Jun 02, 2020 at 09:17:49AM +0200, Landry Breuil wrote: > On Sat, May 23, 2020 at 10:46:00AM +0200, Landry Breuil wrote: > > Hi, > > > > here are two new ports, one for pgtap (https://pgtap.org/) and one for > > TAP::Parser::SourceHandler::pgTAP which provides the pg_prove script, > > used

Re: [new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-06-02 Thread Landry Breuil
On Sat, May 23, 2020 at 10:46:00AM +0200, Landry Breuil wrote: > Hi, > > here are two new ports, one for pgtap (https://pgtap.org/) and one for > TAP::Parser::SourceHandler::pgTAP which provides the pg_prove script, > used to run the regress tests for the upcoming 3.0.0 version of > geo/pgrouting.

[new] databases/pgtap (and databases/p5-TAP-Parser-SourceHandler-pgTAP dep)

2020-05-23 Thread Landry Breuil
Hi, here are two new ports, one for pgtap (https://pgtap.org/) and one for TAP::Parser::SourceHandler::pgTAP which provides the pg_prove script, used to run the regress tests for the upcoming 3.0.0 version of geo/pgrouting. pgtap is a postgresql extension to run regress tests using the TAP framew