Massive regression failures

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Massive regression failures
Date: 2002-06-17 07:04:02
Message-ID: 200206170704.g5H742T04779@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am seeing massive regression failures on a freshly compiled, initdb'ed
version of CVS:

16 of 81 tests failed, 1 of these failures ignored.

The first failure I see is:

COPY COPY_TBL FROM '/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test/regress/data/constrf.data';
- ERROR: copy: line 2, CopyFrom: rejected due to CHECK constraint copy_con
SELECT * FROM COPY_TBL;
x | y | z
! ---+---------------+---
! 4 | !check failed | 5
! 6 | OK | 4
! (2 rows)

Are others seeing this? Cause?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-06-17 07:29:04 Re: Massive regression failures
Previous Message Bruce Momjian 2002-06-17 05:41:34 WITH handling in CREATE USER, etc