Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6493/test/BugTracker/Tests

Modified Files:
        copy_decimal.SF-1582957.stable.err 
        copy_decimal.SF-1582957.stable.out 
        copy_overflow_null_bug.SF-1842550.stable.err 
        copy_overflow_null_bug.SF-1842550.stable.out 
Log Message:
The new field parsing leads to new error messages and not trimming spaces.
The SkyServer tests still require work


U copy_decimal.SF-1582957.stable.out
Index: copy_decimal.SF-1582957.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/copy_decimal.SF-1582957.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- copy_decimal.SF-1582957.stable.out  24 Oct 2006 16:02:54 -0000      1.2
+++ copy_decimal.SF-1582957.stable.out  28 Dec 2008 19:05:12 -0000      1.3
@@ -1,19 +1,23 @@
 stdout of test 'copy_decimal.SF-1582957` in directory 'src/test/BugTracker` 
itself:
 
 
-# 21:06:21 >  
-# 21:06:21 >  Mtimeout -timeout 180 Mserver 
"--config=/ufs/niels/scratch/Linux-x86_64/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/ufs/niels/scratch/Linux-x86_64/lib64/MonetDB:/ufs/niels/scratch/Linux-x86_64/lib64/MonetDB/lib:/ufs/niels/scratch/Linux-x86_64/lib64/MonetDB/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/Linux-x86_64/var/MonetDB/dbfarm" --set 
"sql_logdir=/ufs/niels/scratch/Linux-x86_64/var/MonetDB/sql_logs" --set 
"sql_logdir=/ufs/niels/scratch/Linux-x86_64/var/MonetDB/xquery_logs" --set 
mapi_port=32735 --set monet_prompt= --trace 
"--dbname=mTests_src_test_BugTracker" --dbinit="module(sql_server); 
sql_server_start();" ; echo ; echo Over..
-# 21:06:21 >  
-
-# Monet Database Server V4.13.1
-# Copyright (c) 1993-2006, 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.
+# 19:14:12 >  
+# 19:14:12 >   mserver5 "--config=/ufs/mk/monet5//Linux/etc/monetdb5.conf" 
--debug=10 --set gdk_nr_threads=0 --set 
"monet_mod_path=/ufs/mk/monet5//Linux/lib/MonetDB5:/ufs/mk/monet5//Linux/lib/MonetDB5/lib:/ufs/mk/monet5//Linux/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/mk/monet5//Linux/var/MonetDB5/dbfarm" --set 
"sql_logdir=/ufs/mk/monet5//Linux/var/MonetDB5/sql_logs"  --set mapi_open=true 
--set xrpc_open=true --set mapi_port=37329 --set xrpc_port=47732 --set 
monet_prompt= --trace  "--dbname=mTests_src_test_BugTracker" --set 
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 19:14:12 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.9.0, based on kernel v1.27.0
+# Serving database 'mTests_src_test_BugTracker', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008- MonetDB B.V., all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:37329/
+# MonetDB/SQL module v2.27.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 

U copy_overflow_null_bug.SF-1842550.stable.err
Index: copy_overflow_null_bug.SF-1842550.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/copy_overflow_null_bug.SF-1842550.stable.err,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- copy_overflow_null_bug.SF-1842550.stable.err        7 Dec 2008 18:50:22 
-0000       1.4
+++ copy_overflow_null_bug.SF-1842550.stable.err        28 Dec 2008 19:05:12 
-0000      1.5
@@ -10,9 +10,9 @@
 # 08:13:34 >  mclient -lsql -umonetdb -Pmonetdb --host=koala --port=38956 
 # 08:13:34 >  
 
-MAPI  = mone...@alf:33336
+MAPI  = mone...@eir:37329
 QUERY = COPY 2 RECORDS INTO bulk FROM stdin USING DELIMITERS '|', '\n';
-ERROR = !SQLException:sql:value '53605' while parsing '53605|'53605'' from 
line 1 field 0 not inserted, expecting type sht
+ERROR = !SQLException:sql:value '53605|'53605'' while parsing '53605|'53605'' 
from line 1 field 0 not inserted, expecting type sht
         !SQLException:importTable:failed to import table
 
 # 08:13:34 >  

U copy_decimal.SF-1582957.stable.err
Index: copy_decimal.SF-1582957.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/copy_decimal.SF-1582957.stable.err,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- copy_decimal.SF-1582957.stable.err  7 Dec 2008 18:50:22 -0000       1.8
+++ copy_decimal.SF-1582957.stable.err  28 Dec 2008 19:05:12 -0000      1.9
@@ -10,10 +10,11 @@
 # 21:06:21 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=32735  < copy_decimal.SF-1582957.sql
 # 21:06:21 >  
 
-MAPI  = mone...@alf:33336
+MAPI  = mone...@eir:37329
 QUERY = COPY 1 RECORDS INTO LINEITEM FROM stdin USING DELIMITERS '|','|\n';
-ERROR = !SQLException:sql:decimal wrong format (17.000)
-        !SQLException:sql:value '17.000' while parsing 
'17.000|17954.55|0.04|0.02|N|O|1996-03-13|1996-02-12|1996-03-22|DELIVER IN 
PERSON|TRUCK|blithely regular ideas caj' from line 0 field 4 not inserted, 
expecting type lng
+ERROR = !SQLException:sql:(0) too many characters
+        !SQLException:sql:decimal wrong format (17.000) too many characters
+        !SQLException:sql:value 
'17.000|17954.55|0.04|0.02|N|O|1996-03-13|1996-02-12|1996-03-22|DELIVER IN 
PERSON|TRUCK|blithely regular ideas caj' while parsing 
'17.000|17954.55|0.04|0.02|N|O|1996-03-13|1996-02-12|1996-03-22|DELIVER IN 
PERSON|TRUCK|blithely regular ideas caj' from line 0 field 4 not inserted, 
expecting type lng
         !SQLException:importTable:failed to import table
 
 # 21:06:21 >  

U copy_overflow_null_bug.SF-1842550.stable.out
Index: copy_overflow_null_bug.SF-1842550.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/copy_overflow_null_bug.SF-1842550.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- copy_overflow_null_bug.SF-1842550.stable.out        3 Dec 2007 08:51:20 
-0000       1.2
+++ copy_overflow_null_bug.SF-1842550.stable.out        28 Dec 2008 19:05:12 
-0000      1.3
@@ -1,21 +1,23 @@
 stdout of test 'copy_overflow_null_bug.SF-1842550` in directory 
'src/test/BugTracker` itself:
 
 
-# 08:13:34 >  
-# 08:13:34 >   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=38956 --set 
xrpc_port=46438 --set monet_prompt= --trace 
"--dbname=mTests_src_test_BugTracker" "--dbinit= module(sql_server);" ; echo ; 
echo Over..
-# 08:13:34 >  
-
-# MonetDB Server v4.20.1
-# based on GDK   v1.20.1
-# Copyright (c) 1993-2007, 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.
-# MonetDB/SQL module v2.20.3 loaded
+# 19:14:28 >  
+# 19:14:28 >   mserver5 "--config=/ufs/mk/monet5//Linux/etc/monetdb5.conf" 
--debug=10 --set gdk_nr_threads=0 --set 
"monet_mod_path=/ufs/mk/monet5//Linux/lib/MonetDB5:/ufs/mk/monet5//Linux/lib/MonetDB5/lib:/ufs/mk/monet5//Linux/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/mk/monet5//Linux/var/MonetDB5/dbfarm" --set 
"sql_logdir=/ufs/mk/monet5//Linux/var/MonetDB5/sql_logs"  --set mapi_open=true 
--set xrpc_open=true --set mapi_port=37329 --set xrpc_port=47732 --set 
monet_prompt= --trace  "--dbname=mTests_src_test_BugTracker" --set 
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 19:14:28 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.9.0, based on kernel v1.27.0
+# Serving database 'mTests_src_test_BugTracker', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008- MonetDB B.V., all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:37329/
+# MonetDB/SQL module v2.27.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to