Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue

From: Jason Tishler <jason(at)tishler(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue
Date: 2004-01-07 13:57:30
Message-ID: 20040107135730.GC1920@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Peter,

On Wed, Jan 07, 2004 at 12:23:12AM +0100, Peter Eisentraut wrote:
> Jason Tishler wrote:
> (Even "make check" works now -- whoohoo!)

Sigh... Now I'm really confused!

The rules test passes under make check:

$ make MAX_CONNECTIONS=5 check
[snip]
rules ... ok
[snip]

but fails under make installcheck and your minimal test case:

> > BTW, in order to help debug this faster, what are the minimal tests
> > that rules is dependent on? My current approach is to just run all
> > 76 tests listed before rules in serial_schedule. Unfortunately, this
> > approach take over 3 minutes per try. :,(
>
> I managed to get the following to work:
>
> ./pg_regress create_table create_misc create_function_1 create_type
> create_function_2 create_operator create_view rules
>
> The create_table test will fail in this case, but the others should
> pass.

$ ./pg_regress create_table create_misc create_function_1 ... rules
[snip]
test rules ... FAILED
[snip]

Any ideas?

Thanks,
Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2004-01-07 14:05:15 Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue
Previous Message Patrick Samson 2004-01-07 13:21:38 pltcl - cannot create 'normal' interpreter - Tcl_CreateSlave() fails - A solution