View Single Post

   
  #4 (permalink)  
Old 04-12-2008, 04:50 AM
Joachim Wieland
 
Posts: n/a
Default Re: ecpg test suite

On Thu, Aug 03, 2006 at 11:36:22AM -0400, Tom Lane wrote:
> The spelling we've used for many years is
> diff -w -C3


I found only -w, but will append -C3 as well.

> Is there a reason to change from that?


No.

> At least from my perspective, it would be good if there were a way to
> run the regression tests without any use of TCP ports.


It's not necessary, ecpglib uses libpq as any other program, however it does
its own parsing of the connect options and there are quite a few different
formats you could use so it would be nice to cover that by a few small
tests.

Do you see a possibility to select what test should be run? Maybe no tcp
connections by default but with an additional make-target "checktcp"?


Joachim

--
Joachim Wieland joe@mcknight.de
GPG key available

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote