Changeset: f4f6a13553af for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f4f6a13553af
Modified Files:
        
Branch: Jun2010
Log Message:

merge


diffs (truncated from 13392 to 300 lines):

diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugDay_2005-10-06_0.9.3/Tests/shred_at_depth_258.SF-1174747.stable.out
--- 
a/pathfinder/tests/BugDay_2005-10-06_0.9.3/Tests/shred_at_depth_258.SF-1174747.stable.out
   Mon Aug 02 16:27:41 2010 +0200
+++ 
b/pathfinder/tests/BugDay_2005-10-06_0.9.3/Tests/shred_at_depth_258.SF-1174747.stable.out
   Tue Aug 03 11:26:13 2010 +0200
@@ -26,7 +26,11 @@
 !ERROR: shred_start_element: max document nesting exceeded: 129 > MAX == 128
 !ERROR: CMDshred_url: operation failed.
 xquery("count(doc(\"shred_err01.xml\")//a)").printf();
-!ERROR: err:FODC0002, Error retrieving resource (no such document 
"shred_err01.xml").
+!ERROR: [shred_url]: 1 times inserted nil due to errors at tuples 0...@0.
+!ERROR: [shred_url]: first error was:
+!ERROR: shred: cannot stat `shred_err01.xml': No such file or directory
+!ERROR: CMDshred_url: operation failed.
+!ERROR: interpret_params: leftfetchjoin(param 2): evaluation error.
 !ERROR: interpret: no matching MIL operator to 'printf(void)'.
 !MAYBE YOU MEAN:
 !      printf(str, ..any..) : void
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugDay_2005-10-06_0.9.3/Tests/shred_at_depth_258.SF-1174747.stable.out.Algebra
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ 
b/pathfinder/tests/BugDay_2005-10-06_0.9.3/Tests/shred_at_depth_258.SF-1174747.stable.out.Algebra
   Tue Aug 03 11:26:13 2010 +0200
@@ -0,0 +1,38 @@
+stdout of test 'shred_at_depth_258.SF-1174747` in directory 
'tests/BugDay_2005-10-06_0.9.3` itself:
+
+
+# 11:48:48 >  
+# 11:48:48 >  Mtimeout -timeout 60 Mserver 
"--config=/home/manegold/Monet/Testing/Current/.GNU.32.32.d.--enable-debug.PREFIX./MONETDB/etc/MonetDB.conf"
 --debug=0 --set 
"monet_mod_path=/home/manegold/Monet/Testing/Current/.GNU.32.32.d.--enable-debug.PREFIX./PATHFINDER/lib/MonetDB:/home/manegold/Monet/Testing/Current/.GNU.32.32.d.--enable-debug.PREFIX./MONETDB/lib/MonetDB"
 --set 
"gdk_dbfarm=/home/manegold/Monet/Testing/Current/.GNU.32.32.d.--enable-debug.PREFIX./MONETDB/var/MonetDB/dbfarm"
 --set 
"sql_logdir=/home/manegold/Monet/Testing/Current/.GNU.32.32.d.--enable-debug.PREFIX./MONETDB/var/MonetDB/log"
 --set mapi_port=32799 --set sql_port=40227 --set xquery_port=52213 --set 
monet_prompt= --trace --dbname=mTests_tests_BugDay_2005-10-06_0.9.3  < 
shred_at_depth_258.SF-1174747.milM
+# 11:48:48 >  
+
+# Monet Database Server V4.9.3
+# Copyright (c) 1993-2005, CWI. All rights reserved.
+# Compiled for i686-redhat-linux-gnu/32bit with 32bit OIDs; dynamically linked.
+# Visit http://monetdb.cwi.nl/ for further information.
+module(pathfinder);
+module("unix");
+
+var TSTSRCDIR := getenv("TSTSRCBASE") + "/tests/BugDay_2005-10-06_0.9.3/Tests";
+
+shred_doc(TSTSRCDIR + "/" + "shred_err02.xml", "shred_err02.xml");
+# Elapsed time = 001ms 198us [008us/node]
+# Shredded 1 XML documents, total time after commit=0.014s
+xquery("count(doc(\"shred_err02.xml\")//a)").printf();
+<?xml version="1.0" encoding="utf-8"?>
+<XQueryResult>128</XQueryResult>
+shred_doc(TSTSRCDIR + "/" + "shred_err01.xml", "shred_err01.xml");
+!ERROR: [shred_url]: 1 times inserted nil due to errors at tuples 0...@0.
+!ERROR: [shred_url]: first error was:
+!ERROR: shred_start_element: max document nesting exceeded: 129 > MAX == 128
+!ERROR: CMDshred_url: operation failed.
+xquery("count(doc(\"shred_err01.xml\")//a)").printf();
+!ERROR: err:FODC0002, Error retrieving resource (no such document 
"shred_err01.xml").
+!ERROR: interpret: no matching MIL operator to 'printf(void)'.
+!MAYBE YOU MEAN:
+!      printf(str, ..any..) : void
+quit();
+
+# 11:48:49 >  
+# 11:48:49 >  Done.
+# 11:48:49 >  
+
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugTracker/Tests/XML_document_cache_broken.SF-1414720.stable.out.64bit.oid64
--- 
a/pathfinder/tests/BugTracker/Tests/XML_document_cache_broken.SF-1414720.stable.out.64bit.oid64
     Mon Aug 02 16:27:41 2010 +0200
+++ 
b/pathfinder/tests/BugTracker/Tests/XML_document_cache_broken.SF-1414720.stable.out.64bit.oid64
     Tue Aug 03 11:26:13 2010 +0200
@@ -24,7 +24,7 @@
 # URI                                          size      # name
 # str                                          lng       # type
 #-----------------------------------------------------------------#
-[ "http://www.cwi.nl/~boncz/xmark/auctions.xml";,  285184         ]
+[ "http://www.cwi.nl/~boncz/xmark/auctions.xml";,  285696         ]
 printf("\nDone..\n");
 
 Done..
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugTracker/Tests/collection_management.SF-1726599.stable.err
--- 
a/pathfinder/tests/BugTracker/Tests/collection_management.SF-1726599.stable.err 
    Mon Aug 02 16:27:41 2010 +0200
+++ 
b/pathfinder/tests/BugTracker/Tests/collection_management.SF-1726599.stable.err 
    Tue Aug 03 11:26:13 2010 +0200
@@ -10,7 +10,7 @@
 # 10:22:13 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=tscan 
--port=36105 collection_management.SF-1726599_s00.xq
 # 10:22:13 >  
 
-MAPI  = mone...@tscan:36105
+MAPI  = mone...@rig:38353
 QUERY = pf:collection("collection_management.SF-1726599.xml")
 ERROR = !ERROR: xquery_print_result_loop: operation failed.
 
@@ -18,21 +18,29 @@
 # 10:22:15 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=tscan 
--port=36105 collection_management.SF-1726599_s01.xq
 # 10:22:15 >  
 
-MAPI  = mone...@tscan:36105
+MAPI  = mone...@rig:38353
 QUERY = pf:collection("collection_management.SF-1726599.xml")
 ERROR = !ERROR: err:FODC0004: collection 
'collection_management.SF-1726599.xml' unknown (1 missing in total)
-MAPI  = mone...@tscan:36105
+MAPI  = mone...@rig:38353
 QUERY = doc("collection_management.SF-1726599.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"collection_management.SF-1726599.xml").
-MAPI  = mone...@tscan:36105
+ERROR = !ERROR: [shred_url]: 1 times inserted nil due to errors at tuples 
0...@0.
+        !ERROR: [shred_url]: first error was:
+        !ERROR: shred: cannot stat `collection_management.SF-1726599.xml': No 
such file or directory
+        !ERROR: CMDshred_url: operation failed.
+        !ERROR: interpret_params: leftfetchjoin(param 2): evaluation error.
+MAPI  = mone...@rig:38353
 QUERY = doc("collection_management.SF-1726599.xml")/aap
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"collection_management.SF-1726599.xml").
+ERROR = !ERROR: [shred_url]: 1 times inserted nil due to errors at tuples 
0...@0.
+        !ERROR: [shred_url]: first error was:
+        !ERROR: shred: cannot stat `collection_management.SF-1726599.xml': No 
such file or directory
+        !ERROR: CMDshred_url: operation failed.
+        !ERROR: interpret_params: leftfetchjoin(param 2): evaluation error.
 
-# 10:22:15 >  
-# 10:22:15 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=tscan 
--port=36105 collection_management.SF-1726599_s02.xq
-# 10:22:15 >  
+# 23:13:56 >  
+# 23:13:56 >  mclient -lxquery -fxml --host=rig --port=38353 -g 
collection_management.SF-1726599_s02.xq
+# 23:13:56 >  
 
-MAPI  = mone...@tscan:36105
+MAPI  = mone...@rig:38353
 QUERY = pf:collection("collection_management.SF-1726599.xml")
 ERROR = !ERROR: xquery_print_result_loop: operation failed.
 
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugTracker/Tests/ebv.SF-2474519.stable.err
--- a/pathfinder/tests/BugTracker/Tests/ebv.SF-2474519.stable.err       Mon Aug 
02 16:27:41 2010 +0200
+++ b/pathfinder/tests/BugTracker/Tests/ebv.SF-2474519.stable.err       Tue Aug 
03 11:26:13 2010 +0200
@@ -10,9 +10,9 @@
 # 15:48:47 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=join 
--port=38323 ebv.SF-2474519.xq
 # 15:48:47 >  
 
-MAPI  = mone...@join:38452
+MAPI  = mone...@rig:34754
 QUERY = element result { if 
(distinct-values(exactly-one(doc("hello.xml"))//*)) then 1 else 2 }
-ERROR = !ERROR: err:FORG0003, fn:zero-or-one called with a sequence containing 
more than one item.
+ERROR = !ERROR: err:FORG0003: function fn:zero-or-one expects at most one 
value.
 
 
 
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugTracker/Tests/ebv.SF-2474519.stable.err.Algebra
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pathfinder/tests/BugTracker/Tests/ebv.SF-2474519.stable.err.Algebra       
Tue Aug 03 11:26:13 2010 +0200
@@ -0,0 +1,22 @@
+stderr of test 'ebv.SF-2474519` in directory 'tests/BugTracker` itself:
+
+
+# 15:48:47 >  
+# 15:48:47 >   Mserver 
"--config=/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/etc/MonetDB.conf" 
--debug=10 --set gdk_nr_threads=1 --set 
"monet_mod_path=/Users/rittinge/Pathfinder/Stable/pathfinder/Darwin/lib/MonetDB4:/Users/rittinge/Pathfinder/Stable/pathfinder/Darwin/lib/MonetDB4/lib:/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/lib/MonetDB4:/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/lib/MonetDB4/lib:/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/lib/MonetDB4/bin"
 --set 
"gdk_dbfarm=/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/var/MonetDB4/dbfarm"
 --set 
"sql_logdir=/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/var/MonetDB4/sql_logs"
 --set 
"xquery_logdir=/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/var/MonetDB4/xquery_logs"
 --set 
"xrpc_docroot=/Users/rittinge/Pathfinder/Stable/MonetDB4/Darwin/share/MonetDB/xrpc"
 --set mapi_open=true --set xrpc_open=true --set mapi_port=38323 --set 
xrpc_port=43487 --set xrpc_docroot=/Users/rittinge/Pathfinder/S
 table/pathfinder --set monet_prompt= --trace  
"--dbname=mTests_tests_BugTracker" "--dbinit= module(pathfinder);" ; echo ; 
echo Over..
+# 15:48:47 >  
+
+
+# 15:48:47 >  
+# 15:48:47 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=join 
--port=38323 ebv.SF-2474519.xq
+# 15:48:47 >  
+
+MAPI  = mone...@join:38452
+QUERY = element result { if 
(distinct-values(exactly-one(doc("hello.xml"))//*)) then 1 else 2 }
+ERROR = !ERROR: err:FORG0003, fn:zero-or-one called with a sequence containing 
more than one item.
+
+
+
+# 15:48:48 >  
+# 15:48:48 >  Done.
+# 15:48:48 >  
+
diff -r d874dc671793 -r f4f6a13553af 
pathfinder/tests/BugTracker/Tests/hang_non_existing_doc.SF-1911209.stable.err
--- 
a/pathfinder/tests/BugTracker/Tests/hang_non_existing_doc.SF-1911209.stable.err 
    Mon Aug 02 16:27:41 2010 +0200
+++ 
b/pathfinder/tests/BugTracker/Tests/hang_non_existing_doc.SF-1911209.stable.err 
    Tue Aug 03 11:26:13 2010 +0200
@@ -10,3006 +10,7006 @@
 # 09:56:38 >  /usr/bin/python hang_non_existing_doc.SF-1911209.XQUERY.py 
hang_non_existing_doc.SF-1911209 
 # 09:56:38 >  
 
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
-ERROR = !ERROR: err:FODC0002, Error retrieving resource (no such document 
"does_not_exist.xml").
-MAPI  = mone...@ottar:39188
-QUERY = doc("does_not_exist.xml")
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to