Changeset: de9e0254d5d6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de9e0254d5d6
Modified Files:
sql/test/Dependencies/Tests/Dependencies.stable.err
Branch: default
Log Message:
Dependencies: re-approved correct/expected error messages
that go revomed with changeset 424b5bce1347.
When approving new output, please double check (`hg diff`)
that you indeed approve only you intended changes.
Please also consider using the "-x" option of Mapprove.py,
to only approve either stdout ("-x out") or stderr ("-x err"),
if only one of them needs to be re-approved after you code
changes.
diffs (21 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
@@ -12,7 +12,7 @@ stderr of test 'Dependencies` in directo
MAPI = (monetdb) /var/tmp/mtest-950/.s.monetdb.37058
QUERY = DROP USER monetdb;
-
+ERROR = !DROP USER: cannot remove yourself
MAPI = (monetdb) /var/tmp/mtest-950/.s.monetdb.37058
QUERY = DROP SCHEMA test;
ERROR = !DROP SCHEMA: unable to drop schema 'test' (there are database objects
which depend on it
@@ -21,7 +21,7 @@ QUERY = CREATE SCHEMA "test_2" AUTHORIZA
ERROR = !CREATE SCHEMA: insufficient privileges for user 'monet_test'
MAPI = (monet_test) /var/tmp/mtest-950/.s.monetdb.37058
QUERY = DROP USER monetdb;
-
+ERROR = !DROP USER: access denied for user 'monet_test'
MAPI = (monetdb) /var/tmp/mtest-950/.s.monetdb.37058
QUERY = CREATE INDEX id_age_index ON v1(id,age);
ERROR = !CREATE INDEX: cannot create index on view 'v1'
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list