Changeset: 4a2e1927bd2e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4a2e1927bd2e Added Files: sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.err sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.out Branch: Oct2014 Log Message:
added missing output diffs (92 lines): diff --git a/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.err b/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.err new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.err @@ -0,0 +1,37 @@ +stderr of test 'acidity2-fail.Bug-3635` in directory 'sql/test/BugTracker-2015` itself: + + +# 14:09:16 > +# 14:09:16 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=33768" "--set" "mapi_usock=/var/tmp/mtest-23800/.s.monetdb.33768" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--dbpath=/home/niels/scratch/rc-clean/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2015" "--set" "mal_listing=0" "--set" "embedded_r=yes" +# 14:09:16 > + +# builtin opt gdk_dbpath = /home/niels/scratch/rc-clean/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 = 33768 +# cmdline opt mapi_usock = /var/tmp/mtest-23800/.s.monetdb.33768 +# cmdline opt monet_prompt = +# cmdline opt mal_listing = 2 +# cmdline opt gdk_dbpath = /home/niels/scratch/rc-clean/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2015 +# cmdline opt mal_listing = 0 +# cmdline opt embedded_r = yes +# cmdline opt gdk_debug = 536870922 + +# 14:09:16 > +# 14:09:16 > "/usr/bin/python2" "acidity2-fail.Bug-3635.SQL.py" "acidity2-fail.Bug-3635" +# 14:09:16 > + + +# 14:09:16 > +# 14:09:16 > "Done." +# 14:09:16 > + diff --git a/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.out b/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.out new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2015/Tests/acidity2-fail.Bug-3635.stable.out @@ -0,0 +1,45 @@ +stdout of test 'acidity2-fail.Bug-3635` in directory 'sql/test/BugTracker-2015` itself: + + +# 14:09:16 > +# 14:09:16 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=33768" "--set" "mapi_usock=/var/tmp/mtest-23800/.s.monetdb.33768" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--dbpath=/home/niels/scratch/rc-clean/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2015" "--set" "mal_listing=0" "--set" "embedded_r=yes" +# 14:09:16 > + +# MonetDB 5 server v11.19.8 +# This is an unreleased version +# Serving database 'mTests_sql_test_BugTracker-2015', using 4 threads +# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked +# Found 7.333 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:33768/ +# Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-23800/.s.monetdb.33768 +# MonetDB/GIS module loaded +# MonetDB/SQL module loaded +# MonetDB/R module loaded + +Ready. + +# 14:09:16 > +# 14:09:16 > "/usr/bin/python2" "acidity2-fail.Bug-3635.SQL.py" "acidity2-fail.Bug-3635" +# 14:09:16 > + +create table foo (a int) +insert into foo values (1),(2),(3) +create view bar as select * from foo +start transaction +delete from foo +drop view bar +create view bar as select * from foo +create table baz (a int);drop table baz +commit +commit failed +insert into foo values (4),(5),(6) +drop view bar +drop table foo + +# 14:09:16 > +# 14:09:16 > "Done." +# 14:09:16 > + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
