Update of /cvsroot/monetdb/sql/src/test/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16275/src/test/Tests

Modified Files:
        marcin3.stable.out outerref_in_selection.stable.out 
        rank.stable.out.Five 
Log Message:
type system cleanup (was needed to better handle WRD)


U marcin3.stable.out
Index: marcin3.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/marcin3.stable.out,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- marcin3.stable.out  29 Jun 2007 11:29:29 -0000      1.22
+++ marcin3.stable.out  7 Sep 2008 20:31:38 -0000       1.23
@@ -1,19 +1,22 @@
 stdout of test 'marcin3` in directory 'src/test` itself:
 
 
-# 12:36:52 >  
-# 12:36:52 >  Mtimeout -timeout 180 Mserver 
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/MonetDB.conf" 
--debug=10 --set 
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/bin"
 --set 
"gdk_dbfarm=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/dbfarm"
 --set 
"sql_logdir=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/log" 
--set mapi_port=38933 --set sql_port=45579 --set xquery_port=52530 --set 
monet_prompt= --trace "--dbname=mTests_src_test" --dbinit="module(sql_server); 
sql_server_start();" ; echo ; echo Over..
-# 12:36:52 >  
-
-# Monet Database Server V4.9.3
-# Copyright (c) 1993-2005, CWI. All rights reserved.
-# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically 
linked.
-# Visit http://monetdb.cwi.nl/ for further information.
+# 21:08:22 >  
+# 21:08:22 >   mserver5 
"--config=/ufs/niels/scratch/monetdb/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--set gdk_nr_threads=4 --set 
"monet_mod_path=/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/dbfarm" 
--set 
"sql_logdir=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/sql_logs"  
--set mapi_open=true --set xrpc_open=true --set mapi_port=31756 --set 
xrpc_port=46905 --set monet_prompt= --trace  "--dbname=mTests_src_test" --set 
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 21:08:22 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.7.0, based on kernel v1.25.0
+# Serving database 'mTests_src_test', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-2008 CWI, all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:31756/
+# MonetDB/SQL module v2.25.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -27,7 +30,7 @@
 [ 1    ]
 % sys.nutki,   sys.nutki # table_name
 % id,  valsum # name
-% int, bigint # type
+% int, wrd # type
 % 1,   1 # length
 [ 1,   3       ]
 [ 3,   7       ]

U outerref_in_selection.stable.out
Index: outerref_in_selection.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/outerref_in_selection.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- outerref_in_selection.stable.out    29 Jun 2007 11:29:29 -0000      1.3
+++ outerref_in_selection.stable.out    7 Sep 2008 20:31:38 -0000       1.4
@@ -1,19 +1,22 @@
 stdout of test 'outerref_in_selection` in directory 'src/test` itself:
 
 
-# 11:50:11 >  
-# 11:50:11 >  Mtimeout -timeout 180 Mserver 
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/MonetDB.conf" 
--debug=10 --set 
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB/lib:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB/bin"
 --set 
"gdk_dbfarm=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-monetdb-pegasus.ins.cwi.nl/sql/dbfarm"
 --set 
"sql_logdir=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-monetdb-pegasus.ins.cwi.nl/sql/log"
 --set 
"sql_logdir=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/xquery_logs"
 --set mapi_port=35781 --set monet_prompt= --trace "--dbname=mTests_src_test" 
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 11:50:11 >  
-
-# Monet Database Server V4.13.1
-# Copyright (c) 1993-2006, CWI. All rights reserved.
-# Compiled for x86_64-pc-linux-gnu/64bit with 64bit OIDs; dynamically linked.
-# Visit http://monetdb.cwi.nl/ for further information.
+# 21:08:27 >  
+# 21:08:27 >   mserver5 
"--config=/ufs/niels/scratch/monetdb/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--set gdk_nr_threads=4 --set 
"monet_mod_path=/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/dbfarm" 
--set 
"sql_logdir=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/sql_logs"  
--set mapi_open=true --set xrpc_open=true --set mapi_port=31756 --set 
xrpc_port=46905 --set monet_prompt= --trace  "--dbname=mTests_src_test" --set 
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 21:08:27 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.7.0, based on kernel v1.25.0
+# Serving database 'mTests_src_test', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-2008 CWI, all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:31756/
+# MonetDB/SQL module v2.25.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -23,7 +26,7 @@
 
 % sys.b,       sys.a # table_name
 % cape_date,   numppl # name
-% date,        bigint # type
+% date,        wrd # type
 % 10,  1 # length
 
 # 11:50:11 >  

U rank.stable.out.Five
Index: rank.stable.out.Five
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/rank.stable.out.Five,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rank.stable.out.Five        7 Sep 2008 14:28:20 -0000       1.6
+++ rank.stable.out.Five        7 Sep 2008 20:31:39 -0000       1.7
@@ -65,116 +65,116 @@
 % foo, schema_id # name
 % int, int # type
 % 2,   4 # length
-[ 1,   1048    ]
-[ 2,   1048    ]
-[ 3,   1048    ]
-[ 4,   1048    ]
-[ 5,   1048    ]
-[ 6,   1048    ]
-[ 7,   1048    ]
-[ 8,   1048    ]
-[ 9,   1048    ]
-[ 10,  1048    ]
-[ 11,  1048    ]
-[ 12,  1048    ]
-[ 13,  1048    ]
-[ 1,   1149    ]
-[ 2,   1149    ]
-[ 3,   1149    ]
-[ 4,   1149    ]
-[ 5,   1149    ]
-[ 6,   1149    ]
-[ 14,  1048    ]
-[ 15,  1048    ]
-[ 16,  1048    ]
-[ 17,  1048    ]
-[ 18,  1048    ]
-[ 19,  1048    ]
-[ 20,  1048    ]
-[ 7,   1149    ]
-[ 21,  1048    ]
-[ 22,  1048    ]
-[ 23,  1048    ]
-[ 24,  1048    ]
-[ 25,  1048    ]
-[ 26,  1048    ]
-[ 27,  1048    ]
+[ 1,   1059    ]
+[ 2,   1059    ]
+[ 3,   1059    ]
+[ 4,   1059    ]
+[ 5,   1059    ]
+[ 6,   1059    ]
+[ 7,   1059    ]
+[ 8,   1059    ]
+[ 9,   1059    ]
+[ 10,  1059    ]
+[ 11,  1059    ]
+[ 12,  1059    ]
+[ 13,  1059    ]
+[ 1,   1160    ]
+[ 2,   1160    ]
+[ 3,   1160    ]
+[ 4,   1160    ]
+[ 5,   1160    ]
+[ 6,   1160    ]
+[ 14,  1059    ]
+[ 15,  1059    ]
+[ 16,  1059    ]
+[ 17,  1059    ]
+[ 18,  1059    ]
+[ 19,  1059    ]
+[ 20,  1059    ]
+[ 7,   1160    ]
+[ 21,  1059    ]
+[ 22,  1059    ]
+[ 23,  1059    ]
+[ 24,  1059    ]
+[ 25,  1059    ]
+[ 26,  1059    ]
+[ 27,  1059    ]
 % .,   sys.tables # table_name
 % foo, schema_id # name
 % int, int # type
 % 2,   4 # length
-[ 1,   1048    ]
-[ 2,   1048    ]
-[ 3,   1048    ]
-[ 4,   1048    ]
-[ 5,   1048    ]
-[ 6,   1048    ]
-[ 7,   1048    ]
-[ 8,   1048    ]
-[ 9,   1048    ]
-[ 10,  1048    ]
-[ 11,  1048    ]
-[ 12,  1048    ]
-[ 13,  1048    ]
-[ 1,   1149    ]
-[ 2,   1149    ]
-[ 3,   1149    ]
-[ 4,   1149    ]
-[ 5,   1149    ]
-[ 6,   1149    ]
-[ 14,  1048    ]
-[ 15,  1048    ]
-[ 16,  1048    ]
-[ 17,  1048    ]
-[ 18,  1048    ]
-[ 19,  1048    ]
-[ 20,  1048    ]
-[ 7,   1149    ]
-[ 21,  1048    ]
-[ 22,  1048    ]
-[ 23,  1048    ]
-[ 24,  1048    ]
-[ 25,  1048    ]
-[ 26,  1048    ]
-[ 27,  1048    ]
+[ 1,   1059    ]
+[ 2,   1059    ]
+[ 3,   1059    ]
+[ 4,   1059    ]
+[ 5,   1059    ]
+[ 6,   1059    ]
+[ 7,   1059    ]
+[ 8,   1059    ]
+[ 9,   1059    ]
+[ 10,  1059    ]
+[ 11,  1059    ]
+[ 12,  1059    ]
+[ 13,  1059    ]
+[ 1,   1160    ]
+[ 2,   1160    ]
+[ 3,   1160    ]
+[ 4,   1160    ]
+[ 5,   1160    ]
+[ 6,   1160    ]
+[ 14,  1059    ]
+[ 15,  1059    ]
+[ 16,  1059    ]
+[ 17,  1059    ]
+[ 18,  1059    ]
+[ 19,  1059    ]
+[ 20,  1059    ]
+[ 7,   1160    ]
+[ 21,  1059    ]
+[ 22,  1059    ]
+[ 23,  1059    ]
+[ 24,  1059    ]
+[ 25,  1059    ]
+[ 26,  1059    ]
+[ 27,  1059    ]
 % .,   sys.tables # table_name
 % foo, schema_id # name
 % int, int # type
 % 2,   4 # length
-[ 1,   1048    ]
-[ 2,   1048    ]
-[ 3,   1048    ]
-[ 4,   1048    ]
-[ 5,   1048    ]
-[ 6,   1048    ]
-[ 7,   1048    ]
-[ 8,   1048    ]
-[ 9,   1048    ]
-[ 10,  1048    ]
-[ 11,  1048    ]
-[ 12,  1048    ]
-[ 13,  1048    ]
-[ 14,  1048    ]
-[ 15,  1048    ]
-[ 16,  1048    ]
-[ 17,  1048    ]
-[ 18,  1048    ]
-[ 19,  1048    ]
-[ 20,  1048    ]
-[ 21,  1048    ]
-[ 22,  1048    ]
-[ 23,  1048    ]
-[ 24,  1048    ]
-[ 25,  1048    ]
-[ 26,  1048    ]
-[ 27,  1048    ]
-[ 28,  1149    ]
-[ 29,  1149    ]
-[ 30,  1149    ]
-[ 31,  1149    ]
-[ 32,  1149    ]
-[ 33,  1149    ]
-[ 34,  1149    ]
+[ 1,   1059    ]
+[ 2,   1059    ]
+[ 3,   1059    ]
+[ 4,   1059    ]
+[ 5,   1059    ]
+[ 6,   1059    ]
+[ 7,   1059    ]
+[ 8,   1059    ]
+[ 9,   1059    ]
+[ 10,  1059    ]
+[ 11,  1059    ]
+[ 12,  1059    ]
+[ 13,  1059    ]
+[ 14,  1059    ]
+[ 15,  1059    ]
+[ 16,  1059    ]
+[ 17,  1059    ]
+[ 18,  1059    ]
+[ 19,  1059    ]
+[ 20,  1059    ]
+[ 21,  1059    ]
+[ 22,  1059    ]
+[ 23,  1059    ]
+[ 24,  1059    ]
+[ 25,  1059    ]
+[ 26,  1059    ]
+[ 27,  1059    ]
+[ 28,  1160    ]
+[ 29,  1160    ]
+[ 30,  1160    ]
+[ 31,  1160    ]
+[ 32,  1160    ]
+[ 33,  1160    ]
+[ 34,  1160    ]
 % sys. # table_name
 % foo # name
 % int # type
@@ -217,116 +217,116 @@
 % foo, schema_id # name
 % int, int # type
 % 1,   4 # length
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
 % .,   sys.tables # table_name
 % foo, schema_id # name
 % int, int # type
 % 1,   4 # length
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
-[ 1,   1149    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
+[ 1,   1160    ]
 % .,   sys.tables # table_name
 % foo, schema_id # name
 % int, int # type
 % 2,   4 # length
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 1,   1048    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
-[ 28,  1149    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 1,   1059    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
+[ 28,  1160    ]
 % sys.,        sys.columns,    sys.columns # table_name
 % foo, name,   type # name
 % int, varchar,        varchar # type


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to