Changeset: 3c9f30fe0cf3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3c9f30fe0cf3 Added Files: sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.err sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.out Branch: default Log Message:
add stable output diffs (81 lines): diff --git a/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.err b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.err new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.err @@ -0,0 +1,38 @@ +stderr of test 'stream_table_crash.Bug-3952` in directory 'sql/test/BugTracker-2016` itself: + + +# 11:43:56 > +# 11:43:56 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=34393" "--set" "mapi_usock=/var/tmp/mtest-8448/.s.monetdb.34393" "--set" "monet_prompt=" "--forcemito" "--dbpath=/home/niels/scratch/monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2016" "--set" "embedded_r=yes" +# 11:43:56 > + +# builtin opt gdk_dbpath = /home/niels/scratch/monetdb/Linux-x86_64/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 = 34393 +# cmdline opt mapi_usock = /var/tmp/mtest-8448/.s.monetdb.34393 +# cmdline opt monet_prompt = +# cmdline opt gdk_dbpath = /home/niels/scratch/monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2016 +# cmdline opt embedded_r = yes +# cmdline opt gdk_debug = 536870922 + +# 11:43:57 > +# 11:43:57 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-8448" "--port=34393" +# 11:43:57 > + +MAPI = (monetdb) /var/tmp/mtest-8448/.s.monetdb.34393 +QUERY = insert into temp values(timestamp '2016-03-13 08:58:14', 1, 23.4); +ERROR = !INSERT INTO: cannot insert into stream 'temp' + +# 11:43:57 > +# 11:43:57 > "Done." +# 11:43:57 > + diff --git a/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.out b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.out new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2016/Tests/stream_table_crash.Bug-3952.stable.out @@ -0,0 +1,33 @@ +stdout of test 'stream_table_crash.Bug-3952` in directory 'sql/test/BugTracker-2016` itself: + + +# 11:43:56 > +# 11:43:56 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=34393" "--set" "mapi_usock=/var/tmp/mtest-8448/.s.monetdb.34393" "--set" "monet_prompt=" "--forcemito" "--dbpath=/home/niels/scratch/monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2016" "--set" "embedded_r=yes" +# 11:43:56 > + +# MonetDB 5 server v11.24.0 +# This is an unreleased version +# Serving database 'mTests_sql_test_BugTracker-2016', using 4 threads +# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs and 128bit integers dynamically linked +# Found 7.332 GiB available main-memory. +# Copyright (c) 1993-July 2008 CWI. +# Copyright (c) August 2008-2015 MonetDB B.V., all rights reserved +# Visit http://www.monetdb.org/ for further information +# Listening for connection requests on mapi:monetdb://localhost.nes.nl:34393/ +# Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-8448/.s.monetdb.34393 +# MonetDB/GIS module loaded +# MonetDB/SQL module loaded +# MonetDB/R module loaded + +Ready. + +# 11:43:57 > +# 11:43:57 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-8448" "--port=34393" +# 11:43:57 > + +#create stream table temp(t timestamp, room integer, payload decimal(8,2)); + +# 11:43:57 > +# 11:43:57 > "Done." +# 11:43:57 > + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
