Changeset: f0b0ddcd728a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f0b0ddcd728a
Modified Files:
        sql/test/Dependencies/Tests/Dependencies.stable.err
Branch: sciql
Log Message:

approved expected stable.err


diffs (78 lines):

diff --git a/sql/test/Dependencies/Tests/Dependencies.stable.err 
b/sql/test/Dependencies/Tests/Dependencies.stable.err
--- a/sql/test/Dependencies/Tests/Dependencies.stable.err
+++ b/sql/test/Dependencies/Tests/Dependencies.stable.err
@@ -10,55 +10,55 @@ stderr of test 'Dependencies` in directo
 # 23:01:45 >  Mtimeout -timeout 60 ./Dependencies.SQL Dependencies 
 # 23:01:45 >  
 
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP USER monetdb;
-ERROR = !DROP USER: cannot remove yourself
-MAPI  = monetdb@madrid:36834
+ERROR = !DROP USER: 'monetdb' owns a schema
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP SCHEMA test;
 ERROR = !DROP SCHEMA: unable to drop schema 'test' (there are database objects 
which depend on it
-MAPI  = monet_test@madrid:36834
+MAPI  = (monet_test) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = CREATE SCHEMA "test_2" AUTHORIZATION "public";
 ERROR = !CREATE SCHEMA: insufficient privileges for user 'monet_test'
-MAPI  = monet_test@madrid:36834
+MAPI  = (monet_test) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP USER monetdb;
-ERROR = !DROP USER: access denied for user 'monet_test'
-MAPI  = monetdb@madrid:36834
+ERROR = !DROP USER: 'monetdb' owns a schema
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = CREATE INDEX id_age_index ON v1(id,age);
 ERROR = !CREATE INDEX: cannot create index on view 'v1'
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = ALTER TABLE t1 DROP COLUMN id;
 ERROR = !ALTER TABLE: cannot drop column 'id': there are database objects 
which depend on it
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = ALTER TABLE v1 DROP COLUMN age;
 ERROR = !ALTER TABLE/ARRAY: cannot drop column from VIEW 'v1'
-MAPI  = monetdb@alf:38889
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = ALTER TABLE t2 ADD FOREIGN KEY(age_v1) REFERENCES v1(age);
 ERROR = !CONSTRAINT FOREIGN KEY: could not find referenced PRIMARY KEY in 
table 'v1'
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP TABLE t1;
 ERROR = !DROP TABLE: FOREIGN KEY t2.t2_id_t1_fkey depends on t1
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP VIEW v1;
 ERROR = !DROP VIEW: cannot drop view 'v1', there are database objects which 
depend on it
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP TABLE t2; 
 ERROR = !DROP TABLE: unable to drop table t2 (there are database objects which 
depend on it)
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP FUNCTION f1;
 ERROR = !DROP FUNCTION: there are database objects dependent on function f1;
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP INDEX id_age_index;
 ERROR = !DROP INDEX: no such index 'id_age_index'
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP VIEW v1;
 ERROR = !DROP VIEW: cannot drop view 'v1', there are database objects which 
depend on it
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP TABLE t1;
 ERROR = !DROP TABLE: unable to drop table t1 (there are database objects which 
depend on it)
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP function f1;
 ERROR = !DROP FUNCTION: there are database objects dependent on function f1;
-MAPI  = monetdb@madrid:36834
+MAPI  = (monetdb) /var/tmp/mtest-14847/.s.monetdb.33526
 QUERY = DROP SCHEMA test_2;
 ERROR = !DROP SCHEMA: name test_2 does not exist
 
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to