Doesn't anyone around here run the regression tests on patches? - Mailing list pgsql-hackers

From Tom Lane
Subject Doesn't anyone around here run the regression tests on patches?
Date
Msg-id 24014.968789640@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
With latest CVS, rules regress test is failing with
 -- Test for constraint updates/deletes -- insert into rtest_system values ('orion', 'Linux Jan Wieck');
+ ERROR:  You can't change view relation rtest_system insert into rtest_system values ('notjw', 'WinNT Jan Wieck
(notebook)');
+ ERROR:  You can't change view relation rtest_system insert into rtest_system values ('neptun', 'Fileserver');
+ ERROR:  You can't change view relation rtest_system insert into rtest_interface values ('orion', 'eth0'); insert into
rtest_interfacevalues ('orion', 'eth1'); insert into rtest_interface values ('notjw', 'eth0'); insert into
rtest_interfacevalues ('neptun', 'eth0'); insert into rtest_person values ('jw', 'Jan Wieck');
 
+ ERROR:  You can't change view relation rtest_person insert into rtest_person values ('bm', 'Bruce Momjian');
+ ERROR:  You can't change view relation rtest_person insert into rtest_admin values ('jw', 'orion'); insert into
rtest_adminvalues ('jw', 'notjw'); insert into rtest_admin values ('bm', 'neptun'); update rtest_system set sysname =
'pluto'where sysname = 'neptun';
 
+ NOTICE:  mdopen: couldn't open rtest_system: No such file or directory
+ ERROR:  cannot open relation rtest_system select * from rtest_interface;  sysname | ifname 

and it goes downhill from there...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mario Weilguni
Date:
Subject: Re: Patch for TNS services
Next
From: The Hermit Hacker
Date:
Subject: Re: Status of new relation file naming