Doesn't anyone around here run the regression tests on patches?
| От | Tom Lane |
|---|---|
| Тема | Doesn't anyone around here run the regression tests on patches? |
| Дата | |
| Msg-id | 24014.968789640@sss.pgh.pa.us обсуждение |
| Список | 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 по дате отправления: