Changeset: 99685c0cc6fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99685c0cc6fc
Removed Files:
sql/test/pg_regress/Tests/oid.stable.err.Windows
Branch: default
Log Message:
No need for Windows-specific error output.
diffs (84 lines):
diff --git a/sql/test/pg_regress/Tests/oid.stable.err.Windows
b/sql/test/pg_regress/Tests/oid.stable.err.Windows
deleted file mode 100644
--- a/sql/test/pg_regress/Tests/oid.stable.err.Windows
+++ /dev/null
@@ -1,79 +0,0 @@
-stderr of test 'oid` in directory 'sql/test/pg_regress` itself:
-
-
-# 17:11:18 >
-# 17:11:18 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set"
"mapi_open=true" "--set" "mapi_port=38959" "--set"
"mapi_usock=/var/tmp/mtest-1142/.s.monetdb.38959" "--set" "monet_prompt="
"--forcemito" "--set" "mal_listing=2"
"--dbpath=/ufs/dinther/INSTALL/var/MonetDB/mTests_sql_test_pg_regress" "--set"
"mal_listing=0"
-# 17:11:18 >
-
-# builtin opt gdk_dbpath = /ufs/dinther/INSTALL/var/monetdb5/dbfarm/demo
-# builtin opt gdk_debug = 0
-# builtin opt gdk_vmtrim = no
-# builtin opt monet_prompt = >
-# builtin opt monet_daemon = no
-# builtin opt mapi_port = 50000
-# builtin opt mapi_open = false
-# builtin opt mapi_autosense = false
-# builtin opt sql_optimizer = default_pipe
-# builtin opt sql_debug = 0
-# cmdline opt gdk_nr_threads = 0
-# cmdline opt mapi_open = true
-# cmdline opt mapi_port = 38959
-# cmdline opt mapi_usock = /var/tmp/mtest-1142/.s.monetdb.38959
-# cmdline opt monet_prompt =
-# cmdline opt mal_listing = 2
-# cmdline opt gdk_dbpath =
/ufs/dinther/INSTALL/var/MonetDB/mTests_sql_test_pg_regress
-# cmdline opt mal_listing = 0
-# cmdline opt gdk_debug = 536870922
-
-# 15:18:43 >
-# 15:18:43 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e"
"--host=/var/tmp/mtest-7372" "--port=31804"
-# 15:18:43 >
-
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('asdfasd');
-ERROR = !conversion of string 'asdfasd' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('99asdfasd');
-ERROR = !conversion of string '99asdfasd' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('5 d');
-ERROR = !conversion of string '5 d' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES (' 5d');
-ERROR = !conversion of string ' 5d' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('5 5');
-ERROR = !conversion of string '5 5' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES (-10); -- negative oids are not
allowed in MonetDB, so this should fail
-ERROR = !overflow in conversion of -10 to oid.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES (-1040); -- negative oids are not
allowed in MonetDB, so this should fail
-ERROR = !overflow in conversion of -1040 to oid.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('-1040'); -- negative oids are not
allowed in MonetDB, so this should fail
-ERROR = !conversion of string '-1040' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES (' - 500');
-ERROR = !conversion of string ' - 500' to type oid failed.
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('32958209582039852935');
-ERROR = !conversion of string '32958209582039852935' to type oid failed.
-MAPI = monetdb@LAB03:35634
-QUERY = INSERT INTO OID_TBL(f1) VALUES (32958209582039852935);
-ERROR = !integer value too large or not a number (32958209582039852935) in:
"insert into oid_tbl(f1) values (32958209582039852935"
- !syntax/parse error,
-# the original non-normalized output was: !syntax error, unexpected
')' in: ")"
-MAPI = (monetdb) /var/tmp/mtest-17898/.s.monetdb.31237
-QUERY = INSERT INTO OID_TBL(f1) VALUES ('-23582358720398502385');
-ERROR = !conversion of string '-23582358720398502385' to type oid failed.
-MAPI = monetdb@LAB03:35634
-QUERY = INSERT INTO OID_TBL(f1) VALUES (-23582358720398502385);
-ERROR = !integer value too large or not a number (23582358720398502385) in:
"insert into oid_tbl(f1) values (-23582358720398502385"
- !syntax/parse error,
-# the original non-normalized output was: !syntax error, unexpected
')' in: ")"
-
-# 16:41:57 >
-# 16:41:57 > "Done."
-# 16:41:57 >
-
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list