Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18993
Modified Files:
Tag: XQuery_0-18
All
Added Files:
Tag: XQuery_0-18
insert_large_doc.SF-1726954-test.xml
insert_large_doc.SF-1726954.stable.err
insert_large_doc.SF-1726954.stable.out
insert_large_doc.SF-1726954.xml.gz
insert_large_doc.SF-1726954.xq.in
Log Message:
Added test for bug [ 1726954 ] XQuery: inserting (large) doc into other doc.
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.67
retrieving revision 1.67.2.1
diff -u -d -r1.67 -r1.67.2.1
--- All 28 May 2007 22:09:09 -0000 1.67
+++ All 4 Jun 2007 15:33:37 -0000 1.67.2.1
@@ -115,3 +115,4 @@
server-side_compilation_crash.SF-1607210
collection_management.SF-1726599
attribute_access_mposjoin_error.SF-1726928
+insert_large_doc.SF-1726954
--- NEW FILE: insert_large_doc.SF-1726954.stable.out ---
stdout of test 'insert_large_doc.SF-1726954` in directory 'tests/BugTracker`
itself:
# 17:30:36 >
# 17:30:36 > Mtimeout -timeout 180 Mserver
"--config=/ufs/sjoerd/Monet-Stable/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/runtime/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/modules/pftijah/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/modules/pftijah:/ufs/sjoerd/src/MonetDB/stable/pathfinder/modules/pftijah:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4/lib:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/dbfarm"
--set "sql_logdir=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/sql_logs"
--set
"xquery_logdir=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/xquery_logs"
--set mapi_open=true --set mapi_port=36437 --set xrpc_port=42079 --set
monet_prompt= --trace "--dbname=mTests_tests_BugTracker" --dbinit="
module(pathfinder);" ; echo ; echo Over..
# 17:30:36 >
# Monet Database Server V4.18.0
# 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.
# XRPC administrative console at http://localhost:42079/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 17:30:37 >
# 17:30:37 > Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb
-Pmonetdb --host=hirundo --port=36437 insert_large_doc.SF-1726954.xq
# 17:30:37 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>16291</XQueryResult>
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>16292</XQueryResult>
# 17:31:40 >
# 17:31:40 > Done.
# 17:31:40 >
--- NEW FILE: insert_large_doc.SF-1726954.xq.in ---
pf:add-doc("$TSTSRCDIR/insert_large_doc.SF-1726954-test.xml", "test.xml",
"test", 10)
<>
pf:add-doc("$TSTSRCDIR/insert_large_doc.SF-1726954.xml.gz",
"monetdb-sources.xml", "monetdb-sources", 0)
<>
count(doc("monetdb-sources.xml")//*)
<>
for $i in doc("monetdb-sources.xml")/XIRAF/*
return do insert $i into doc("test.xml")/XIRAF/[EMAIL PROTECTED]"pc01"]
<>
count(doc("test.xml")//*)
--- NEW FILE: insert_large_doc.SF-1726954.stable.err ---
stderr of test 'insert_large_doc.SF-1726954` in directory 'tests/BugTracker`
itself:
# 17:30:36 >
# 17:30:36 > Mtimeout -timeout 180 Mserver
"--config=/ufs/sjoerd/Monet-Stable/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/runtime/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/modules/pftijah/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/modules/pftijah:/ufs/sjoerd/src/MonetDB/stable/pathfinder/modules/pftijah:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4/lib:/ufs/sjoerd/Monet-Stable/lib64/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/dbfarm"
--set "sql_logdir=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/sql_logs"
--set
"xquery_logdir=/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/xquery_logs"
--set mapi_open=true --set mapi_port=36437 --set xrpc_port=42079 --set
monet_prompt= --trace "--dbname=mTests_tests_BugTracker" --dbinit="
module(pathfinder);" ; echo ; echo Over..
# 17:30:36 >
# 17:30:37 >
# 17:30:37 > Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb
-Pmonetdb --host=hirundo --port=36437 insert_large_doc.SF-1726954.xq
# 17:30:37 >
# 17:30:39 >
# 17:30:39 > Done.
# 17:30:39 >
--- NEW FILE: insert_large_doc.SF-1726954-test.xml ---
<XIRAF>
<device name="pc01"/>
</XIRAF>
--- NEW FILE: insert_large_doc.SF-1726954.xml.gz ---
(This appears to be a binary file; contents omitted.)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins