Changeset: 6cb761d7f12d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6cb761d7f12d
Added Files:
        monetdb5/modules/mal/Tests/mosaic_none_qry.stable.err
        monetdb5/modules/mal/Tests/mosaic_none_qry.stable.out
        monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.err
        monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.out
Branch: mosaic
Log Message:

Approved output


diffs (truncated from 537 to 300 lines):

diff --git a/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.err 
b/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.err
new file mode 100644
--- /dev/null
+++ b/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.err
@@ -0,0 +1,30 @@
+stderr of test 'mosaic_none_qry` in directory 'monetdb5/modules/mal` itself:
+
+
+# 17:19:36 >  
+# 17:19:36 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=39615" "--set" 
"mapi_usock=/var/tmp/mtest-18512/.s.monetdb.39615" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal"
 "mosaic_none_qry.mal"
+# 17:19:36 >  
+
+# builtin opt  gdk_dbpath = 
/export/scratch1/mk/mosaic//Linux/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 = 39615
+# cmdline opt  mapi_usock = /var/tmp/mtest-18512/.s.monetdb.39615
+# cmdline opt  monet_prompt = 
+# cmdline opt  mal_listing = 2
+# cmdline opt  gdk_dbpath = 
/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal
+# cmdline opt  gdk_debug = 536870922
+
+# 17:19:36 >  
+# 17:19:36 >  "Done."
+# 17:19:36 >  
+
diff --git a/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.out 
b/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.out
new file mode 100644
--- /dev/null
+++ b/monetdb5/modules/mal/Tests/mosaic_none_qry.stable.out
@@ -0,0 +1,192 @@
+stdout of test 'mosaic_none_qry` in directory 'monetdb5/modules/mal` itself:
+
+
+# 17:19:36 >  
+# 17:19:36 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=39615" "--set" 
"mapi_usock=/var/tmp/mtest-18512/.s.monetdb.39615" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal"
 "mosaic_none_qry.mal"
+# 17:19:36 >  
+
+# MonetDB 5 server v11.18.0
+# This is an unreleased version
+# Serving database 'mTests_monetdb5_modules_mal', using 8 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Found 15.591 GiB available main-memory.
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008-2014 MonetDB B.V., all rights reserved
+# Visit http://www.monetdb.org/ for further information
+# Listening for connection requests on mapi:monetdb://vienna.ins.cwi.nl:39615/
+# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-18512/.s.monetdb.39615
+# MonetDB/GIS module loaded
+# MonetDB/SQL module loaded
+function user.main():void;
+# Compression of noncompressable column 
+    b := bat.new(:oid,:int);
+    bat.append(b,50);
+    bat.append(b,19531015);
+    bat.append(b,9);
+    b := bat.append(b,b);
+    io.print(b);
+    x := mosaic.compress(b);
+#mosaic.dump(x); 
+    s := algebra.subselect(b,0,50,false,false,false);
+    io.print(s);
+    xs := mosaic.subselect(x,0,50,false,false,false);
+    io.print(xs);
+    s := algebra.subselect(b,0,50,false,true,false);
+    io.print(s);
+    xs := mosaic.subselect(x,0,50,false,true,false);
+    io.print(xs);
+    s := algebra.subselect(b,0,50,true,false,false);
+    io.print(s);
+    xs := mosaic.subselect(x,0,50,true,false,false);
+    io.print(xs);
+    s := algebra.subselect(b,0,50,true,true,false);
+    io.print(s);
+    xs := mosaic.subselect(x,0,50,true,true,false);
+    io.print(xs);
+    s := algebra.subselect(b,nil:int,50,false,false,false);
+    io.print(s);
+    xs := mosaic.subselect(x,nil:int,50,false,false,false);
+    io.print(xs);
+    s := algebra.subselect(b,50,nil:int,false,false,false);
+    io.print(s);
+    xs := mosaic.subselect(x,50,nil:int,false,false,false);
+    io.print(xs);
+    s := algebra.subselect(b,nil:int,nil:int,false,false,false);
+    io.print(s);
+    xs := mosaic.subselect(x,nil:int,nil:int,false,false,false);
+    io.print(xs);
+    s := algebra.subselect(b,nil:int,nil:int,false,false,true);
+    io.print(s);
+    xs := mosaic.subselect(x,nil:int,nil:int,false,false,true);
+    io.print(xs);
+end main;
+#--------------------------#
+# h    t  # name
+# void int  # type
+#--------------------------#
+[ 0@0, 50  ]
+[ 1@0, 19531015  ]
+[ 2@0, 9  ]
+[ 3@0, 50  ]
+[ 4@0, 19531015  ]
+[ 5@0, 9  ]
+#header block version 20140808
+#index top 1
+#[0] 6 104
+#type 5 todo 0
+#wins 1 0 0 0 0 0 0 
+#time 0 0 0 0 0 0 0 
+#perc 0 0 0 0 0 0 0 
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 2@0  ]
+[ 2@0, 3@0  ]
+[ 3@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 2@0  ]
+[ 2@0, 3@0  ]
+[ 3@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 2@0  ]
+[ 2@0, 3@0  ]
+[ 3@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 2@0  ]
+[ 2@0, 3@0  ]
+[ 3@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 2@0  ]
+[ 1@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 1@0  ]
+[ 1@0, 4@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 1@0  ]
+[ 1@0, 4@0  ]
+#--------------------------#
+# t    h  # name
+# void void  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 1@0  ]
+[ 2@0, 2@0  ]
+[ 3@0, 3@0  ]
+[ 4@0, 4@0  ]
+[ 5@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+[ 0@0, 0@0  ]
+[ 1@0, 1@0  ]
+[ 2@0, 2@0  ]
+[ 3@0, 3@0  ]
+[ 4@0, 4@0  ]
+[ 5@0, 5@0  ]
+#--------------------------#
+# h    t  # name
+# void void  # type
+#--------------------------#
+#--------------------------#
+# h    t  # name
+# void oid  # type
+#--------------------------#
+
+# 17:19:36 >  
+# 17:19:36 >  "Done."
+# 17:19:36 >  
+
diff --git a/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.err 
b/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.err
new file mode 100644
--- /dev/null
+++ b/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.err
@@ -0,0 +1,30 @@
+stderr of test 'mosaic_rle_qry` in directory 'monetdb5/modules/mal` itself:
+
+
+# 17:19:36 >  
+# 17:19:36 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=39615" "--set" 
"mapi_usock=/var/tmp/mtest-18512/.s.monetdb.39615" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal"
 "mosaic_rle_qry.mal"
+# 17:19:36 >  
+
+# builtin opt  gdk_dbpath = 
/export/scratch1/mk/mosaic//Linux/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 = 39615
+# cmdline opt  mapi_usock = /var/tmp/mtest-18512/.s.monetdb.39615
+# cmdline opt  monet_prompt = 
+# cmdline opt  mal_listing = 2
+# cmdline opt  gdk_dbpath = 
/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal
+# cmdline opt  gdk_debug = 536870922
+
+# 17:19:36 >  
+# 17:19:36 >  "Done."
+# 17:19:36 >  
+
diff --git a/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.out 
b/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.out
new file mode 100644
--- /dev/null
+++ b/monetdb5/modules/mal/Tests/mosaic_rle_qry.stable.out
@@ -0,0 +1,265 @@
+stdout of test 'mosaic_rle_qry` in directory 'monetdb5/modules/mal` itself:
+
+
+# 17:19:36 >  
+# 17:19:36 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=39615" "--set" 
"mapi_usock=/var/tmp/mtest-18512/.s.monetdb.39615" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/export/scratch1/mk/mosaic//Linux/var/MonetDB/mTests_monetdb5_modules_mal"
 "mosaic_rle_qry.mal"
+# 17:19:36 >  
+
+# MonetDB 5 server v11.18.0
+# This is an unreleased version
+# Serving database 'mTests_monetdb5_modules_mal', using 8 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Found 15.591 GiB available main-memory.
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008-2014 MonetDB B.V., all rights reserved
+# Visit http://www.monetdb.org/ for further information
+# Listening for connection requests on mapi:monetdb://vienna.ins.cwi.nl:39615/
+# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-18512/.s.monetdb.39615
+# MonetDB/GIS module loaded
+# MonetDB/SQL module loaded
+function user.main():void;
+# Compression of noncompressable column 
+    b := bat.new(:oid,:int);
+    bat.append(b,50);
+    bat.append(b,50);
+    bat.append(b,9);
+    bat.append(b,9);
+    bat.append(b,9);
+    b := bat.append(b,b);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to