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

Modified Files:
        VOC.stable.out.Algebra 
Log Message:
approved output after 
1) added new dense_rank test
2) fixes too row_number (start at 1 now)
3) fixes to algebra version
4) output now requires io.stdout()


Index: VOC.stable.out.Algebra
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/VOC/Tests/VOC.stable.out.Algebra,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- VOC.stable.out.Algebra      21 Feb 2008 13:42:28 -0000      1.2
+++ VOC.stable.out.Algebra      25 Feb 2008 22:28:01 -0000      1.3
@@ -1,20 +1,19 @@
 stdout of test 'VOC` in directory 'src/test/VOC` itself:
 
 
-# 15:20:59 >  
-# 15:20:59 >   Mserver 
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB4:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB4/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB4/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB4/dbfarm" 
--set "sql_logdir=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB4/sql_logs" 
--set 
"xquery_logdir=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB4/xquery_logs" 
--set mapi_open=true --set xrpc_open=true --set mapi_port=30023 --set 
xrpc_port=41681 --set monet_prompt= --trace  "--dbname=mTests_src_test_VOC" 
--set sql_debug=16384 --set xquery_backend=algebra "--dbinit= 
module(sql_server);" ; echo ; echo Over..
-# 15:20:59 >  
+# 10:52:34 >  
+# 10:52:34 >   mserver5 
"--config=/ufs/niels/scratch/monetdb/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--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=38249 --set 
xrpc_port=42587 --set monet_prompt= --trace  "--dbname=mTests_src_test_VOC" 
--set sql_debug=16384 --set xquery_backend=algebra --set mal_listing=0 
"--dbinit= include sql;" ; echo ; echo Over..
+# 10:52:34 >  
 
 
 
-# MonetDB Server v4.22.0
-# based on GDK   v1.22.0
-# Copyright (c) 1993-2008, CWI. All rights reserved.
-# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs; dynamically 
linked.
-# Visit http://monetdb.cwi.nl/ for further information.
-# MonetDB/SQL module v2.22.1 loaded
-
-printf("\nReady.\n");
+# MonetDB server v5.5.0, based on kernel v1.23.0
+# Serving database 'mTests_src_test_VOC'
+# 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://koala.ins.cwi.nl:38249/
+# MonetDB/SQL module v2.23.0 loaded
 
 Ready.
 # falling back to direct mode 
@@ -86,7 +85,9 @@
 # falling back to direct mode 
 # falling back to direct mode 
 # falling back to direct mode 
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -97347,7 +97348,7 @@
 where c.trip = v.trip and v.boatname = 'AMSTERDAM'
 and v.departure_harbour ='Texel');
 +---------+
-| L4      |
+| L3      |
 +=========+
 | 1305366 |
 +---------+
@@ -97357,7 +97358,7 @@
 select count(*) from craftsmen c, passengers p
 where c.trip = p.trip and exists (select 1) ;
 +---------+
-| L6      |
+| L4      |
 +=========+
 | 1308285 |
 +---------+
@@ -97366,7 +97367,7 @@
 
 select count(*) from craftsmen c ;
 +--------+
-| L7     |
+| L5     |
 +========+
 |   2349 |
 +--------+
@@ -97374,7 +97375,7 @@
 
 select count(*) from craftsmen c where exists (select 1) ;
 +--------+
-| L11    |
+| L6     |
 +========+
 |   2349 |
 +--------+


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to