Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27134
Modified Files:
Tag: May2009
All
Added Files:
Tag: May2009
nil-value-in-elem-construct.SF-2815820.stable.err
nil-value-in-elem-construct.SF-2815820.stable.out
nil-value-in-elem-construct.SF-2815820.xq
Log Message:
Test extracted from bug report for bug 2815820.
--- NEW FILE: nil-value-in-elem-construct.SF-2815820.stable.err ---
stderr of test 'nil-value-in-elem-construct.SF-2815820` in directory
'tests/BugTracker` itself:
# 09:52:54 >
# 09:52:54 > Mserver "--config=/ufs/sjoerd/Monet-Stable/etc/MonetDB.conf"
--debug=10 --set gdk_nr_threads=1 --set
"monet_mod_path=/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/runtime/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/modules/pftijah/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/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/x86_64-unknown-linux-gnu/dbfarm"
--set "xrpc_docroot=/ufs/sjoerd/src/MonetDB/stable/pathfinder/runtime/xrpc"
--set mapi_open=true --set xrpc_open=true --set mapi_port=38930 --set
xrpc_port=44528 --set monet_prompt= --trace "--dbname=mTests_tests_BugTracker"
"--dbinit= module(pathfinder);" ; echo ; echo Over..
# 09:52:54 >
# 09:52:55 >
# 09:52:55 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=ottar
--port=38930 nil-value-in-elem-construct.SF-2815820.xq
# 09:52:55 >
# 09:52:55 >
# 09:52:55 > Done.
# 09:52:55 >
--- NEW FILE: nil-value-in-elem-construct.SF-2815820.stable.out ---
stdout of test 'nil-value-in-elem-construct.SF-2815820` in directory
'tests/BugTracker` itself:
# 09:52:54 >
# 09:52:54 > Mserver "--config=/ufs/sjoerd/Monet-Stable/etc/MonetDB.conf"
--debug=10 --set gdk_nr_threads=1 --set
"monet_mod_path=/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/runtime/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/runtime:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/modules/pftijah/.libs:/ufs/sjoerd/src/MonetDB/stable/pathfinder/x86_64-unknown-linux-gnu/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/x86_64-unknown-linux-gnu/dbfarm"
--set "xrpc_docroot=/ufs/sjoerd/src/MonetDB/stable/pathfinder/runtime/xrpc"
--set mapi_open=true --set xrpc_open=true --set mapi_port=38930 --set
xrpc_port=44528 --set monet_prompt= --trace "--dbname=mTests_tests_BugTracker"
"--dbinit= module(pathfinder);" ; echo ; echo Over..
# 09:52:54 >
# MonetDB Server v4.30.3
# based on GDK v1.30.3
# Copyright (c) 1993-July 2008, CWI. All rights reserved.
# Copyright (c) August 2008-2009, MonetDB B.V.. All rights reserved.
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs; dynamically
linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.13.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.28.3 loaded (default back-end is 'algebra')
# XRPC administrative console at http://127.0.0.1:44528/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 09:52:55 >
# 09:52:55 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=ottar
--port=38930 nil-value-in-elem-construct.SF-2815820.xq
# 09:52:55 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><c><b/></c></XQueryResult>
# 09:52:55 >
# 09:52:55 > Done.
# 09:52:55 >
U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.136.4.8
retrieving revision 1.136.4.9
diff -u -d -r1.136.4.8 -r1.136.4.9
--- All 6 Jul 2009 14:54:06 -0000 1.136.4.8
+++ All 24 Jul 2009 07:54:41 -0000 1.136.4.9
@@ -203,6 +203,7 @@
unuseable_doc-available.SF-2791704
stream-document.SF-2804823
fn-trace.SF-2805513
+nil-value-in-elem-construct.SF-2815820
oidInDocMgmt.SF-2686121
#
# Test "Zombie_document.SF-2009556" currently seems to corrupt the database
and hence should be last in this list!
--- NEW FILE: nil-value-in-elem-construct.SF-2815820.xq ---
let $out := (
for $a in (<a x="5"/>)[...@x=("5","20")]
return <b>{ $a/xxx }</b>
)
return <c>{ $out/@*, $out }</c>
------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins