Thread: Allow specifying server/port for the test suite

Allow specifying server/port for the test suite

From
Kris Jurka
Date:
This patch allows the specification of the server and port to use when
running the regression tests and it removes the hacked way the URL was
previously parsed to determine the database name when running the
connection pooling and datasource tests.

Kris Jurka

Attachment

Re: Allow specifying server/port for the test suite

From
Dave Cramer
Date:
Patch Applied,

thanks,

Dave
On Mon, 2003-11-03 at 01:21, Kris Jurka wrote:
> This patch allows the specification of the server and port to use when
> running the regression tests and it removes the hacked way the URL was
> previously parsed to determine the database name when running the
> connection pooling and datasource tests.
>
> Kris Jurka
>
> ______________________________________________________________________
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings


Re: Allow specifying server/port for the test suite

From
Oliver Jowett
Date:
On Mon, Nov 03, 2003 at 01:21:55AM -0500, Kris Jurka wrote:
>
> This patch allows the specification of the server and port to use when
> running the regression tests and it removes the hacked way the URL was
> previously parsed to determine the database name when running the
> connection pooling and datasource tests.

This patch seems to be missing the diffs to
org/postgresql/test/TestUtil.java.  It's been applied as-is so currently the
testsuite in CVS won't build.

-O

Re: Allow specifying server/port for the test suite

From
Kris Jurka
Date:

On Wed, 5 Nov 2003, Oliver Jowett wrote:

> On Mon, Nov 03, 2003 at 01:21:55AM -0500, Kris Jurka wrote:
> >
> > This patch allows the specification of the server and port to use when
> > running the regression tests and it removes the hacked way the URL was
> > previously parsed to determine the database name when running the
> > connection pooling and datasource tests.
>
> This patch seems to be missing the diffs to
> org/postgresql/test/TestUtil.java.  It's been applied as-is so currently the
> testsuite in CVS won't build.
>

Yes, I forgot to include that in my original patch and Dave somehow failed
to notice.  I've already sent the attached missing patch to Dave and the
committers list, but I probably should have also included the jdbc folks
in that.

Sorry,
Kris Jurka

Attachment

Re: Allow specifying server/port for the test suite

From
Dave Cramer
Date:
Checked in, and it builds now

Thanks,

Dave

On Tue, 2003-11-04 at 21:31, Kris Jurka wrote:
> On Wed, 5 Nov 2003, Oliver Jowett wrote:
>
> > On Mon, Nov 03, 2003 at 01:21:55AM -0500, Kris Jurka wrote:
> > >
> > > This patch allows the specification of the server and port to use when
> > > running the regression tests and it removes the hacked way the URL was
> > > previously parsed to determine the database name when running the
> > > connection pooling and datasource tests.
> >
> > This patch seems to be missing the diffs to
> > org/postgresql/test/TestUtil.java.  It's been applied as-is so currently the
> > testsuite in CVS won't build.
> >
>
> Yes, I forgot to include that in my original patch and Dave somehow failed
> to notice.  I've already sent the attached missing patch to Dave and the
> committers list, but I probably should have also included the jdbc folks
> in that.
>
> Sorry,
> Kris Jurka