Changeset: 3af03e8e2bcf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3af03e8e2bcf Added Files: sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out.int128 Modified Files: sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out Branch: Jul2015 Log Message:
Separate 128 bit output. diffs (61 lines): diff --git a/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out b/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out --- a/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out +++ b/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out @@ -34,7 +34,7 @@ Ready. #select count(y),sum(z) from (select '',false,a=200 from foo union all select '',null,a=200 from foo) as t(x,y,z) group by x; % .L7, .L10 # table_name % L7, L10 # name -% wrd, hugeint # type +% wrd, bigint # type % 1, 1 # length #ROLLBACK; diff --git a/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out.int128 b/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out.int128 new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2015/Tests/nil_cast.Bug-3787.stable.out.int128 @@ -0,0 +1,44 @@ +stdout of test 'nil_cast.Bug-3787` in directory 'sql/test/BugTracker-2015` itself: + + +# 12:38:57 > +# 12:38:57 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=36703" "--set" "mapi_usock=/var/tmp/mtest-27290/.s.monetdb.36703" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--dbpath=/home/niels/scratch/rc-monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_BugTracker-2015" "--set" "mal_listing=0" "--set" "embedded_r=yes" +# 12:38:57 > + +# MonetDB 5 server v11.21.0 +# 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 and 128bit integers 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:36703/ +# Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-27290/.s.monetdb.36703 +# MonetDB/GIS module loaded +# Start processing logs sql/sql_logs version 52200 +# Start reading the write-ahead log 'sql_logs/sql/log.36' +# Finished reading the write-ahead log 'sql_logs/sql/log.36' +# Finished processing logs sql/sql_logs +# MonetDB/SQL module loaded +# MonetDB/R module loaded + +Ready. + +# 12:38:58 > +# 12:38:58 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-27290" "--port=36703" +# 12:38:58 > + +#START TRANSACTION; +#create table foo (a smallint); +#select count(y),sum(z) from (select '',false,a=200 from foo union all select '',null,a=200 from foo) as t(x,y,z) group by x; +% .L7, .L10 # table_name +% L7, L10 # name +% wrd, hugeint # type +% 1, 1 # length +#ROLLBACK; + +# 12:38:58 > +# 12:38:58 > "Done." +# 12:38:58 > + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
