Changeset: 7ea627ddba49 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7ea627ddba49 Added Files: sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.err sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.out Branch: Apr2019 Log Message:
add approved output diffs (88 lines): diff --git a/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.err b/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.err new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.err @@ -0,0 +1,33 @@ +stderr of test 'correlated-subquery-aggregation.Bug-6714` in directory 'sql/test/BugTracker-2019` itself: + + +# 16:27:01 > +# 16:27:01 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=37182" "--set" "mapi_usock=/var/tmp/mtest-18731/.s.monetdb.37182" "--set" "monet_prompt=" "--forcemito" "--dbpath=/home/niels/scratch/rc-monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2019" "--set" "embedded_c=true" +# 16:27:01 > + +# builtin opt gdk_dbpath = /home/niels/scratch/rc-monetdb/Linux-x86_64/var/monetdb5/dbfarm/demo +# 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 = 37182 +# cmdline opt mapi_usock = /var/tmp/mtest-18731/.s.monetdb.37182 +# cmdline opt monet_prompt = +# cmdline opt gdk_dbpath = /home/niels/scratch/rc-monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2019 +# cmdline opt embedded_c = true +#main thread:!ERROR:MALException:client.quit:Server stopped + +# 16:27:01 > +# 16:27:01 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-18731" "--port=37182" +# 16:27:01 > + + +# 16:27:01 > +# 16:27:01 > "Done." +# 16:27:01 > + diff --git a/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.out b/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.out new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2019/Tests/correlated-subquery-aggregation.Bug-6714.stable.out @@ -0,0 +1,45 @@ +stdout of test 'correlated-subquery-aggregation.Bug-6714` in directory 'sql/test/BugTracker-2019` itself: + + +# 16:27:01 > +# 16:27:01 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=37182" "--set" "mapi_usock=/var/tmp/mtest-18731/.s.monetdb.37182" "--set" "monet_prompt=" "--forcemito" "--dbpath=/home/niels/scratch/rc-monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2019" "--set" "embedded_c=true" +# 16:27:01 > + +# MonetDB 5 server v11.33.4 (hg id: 5ad88b364ee5+) +# This is an unreleased version +# Serving database 'mTests_sql_test_BugTracker-2019', using 8 threads +# Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers +# Found 15.385 GiB available main-memory. +# Copyright (c) 1993 - July 2008 CWI. +# Copyright (c) August 2008 - 2019 MonetDB B.V., all rights reserved +# Visit https://www.monetdb.org/ for further information +# Listening for connection requests on mapi:monetdb://xps13:37182/ +# Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-18731/.s.monetdb.37182 +# MonetDB/GIS module loaded +# MonetDB/SQL module loaded + +Ready. + +# 16:27:01 > +# 16:27:01 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-18731" "--port=37182" +# 16:27:01 > + +#select func_id, (select name from functions f where f.id = func_id) as name, max(number), count(*) from args +#group by func_id having count(*) > 8 order by func_id limit 12; +% .args, .L10, .L12, .L14 # table_name +% func_id, name, L12, L14 # name +% int, varchar, int, bigint # type +% 4, 14, 2, 2 # length +[ 1495, "copyfrom", 12, 13 ] +[ 6743, "querylog_calls", 8, 9 ] +[ 6802, "tracelog", 12, 13 ] +[ 7234, "bbp", 10, 11 ] +[ 8531, "storage", 16, 17 ] +[ 8589, "storage", 17, 18 ] +[ 8609, "storage", 18, 19 ] +[ 8630, "storage", 19, 20 ] + +# 16:27:01 > +# 16:27:01 > "Done." +# 16:27:01 > + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
