Re: Errors with run_build.pl - 8.3RC2

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Errors with run_build.pl - 8.3RC2
Date: 2008-01-23 10:24:41
Message-ID: 20080123102441.GB2734@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, Jan 22, 2008 at 11:52:08AM +0000, cinu wrote:
> Even though these errors are existing, at the end the
> latest version is getting downloaded and when I do a
> regression testing it goes through. Can anyone give me

Regression tests have to test error handling too, so some errors might
exactly be what you should see.

> ERROR: duplicate key value violates unique constraint
> "test_pkey"
> STATEMENT: insert into test ( i , j ) values ( 7 ,
> 12 )
> ERROR: more than one row returned by a subquery used
> as an expression
> STATEMENT: select i from test where j = ( select j
> from test )
> LOG: unexpected EOF on client connection
> ERROR: relation "nonexistant" does not exist
> STATEMENT: select * from nonexistant

These errors are supposed to be there. Comments in the code even tell
you why.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message T.J. Adami 2008-01-23 12:25:31 Re: Installing PGSQL
Previous Message Luis Alberto Pérez Paz 2008-01-23 03:51:37 Postgresql + digital signature

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Smet 2008-01-23 14:33:55 Re: Suboptimal plan choice problem with 8.3RC2
Previous Message Gregory Stark 2008-01-23 09:30:54 Re: autonomous transactions