Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11064

Modified Files:
      Tag: XQuery_0-16
        All 
Added Files:
      Tag: XQuery_0-16
        nodelist_function.SF-1463558.stable.err 
        nodelist_function.SF-1463558.stable.out 
        nodelist_function.SF-1463558.xq 
Log Message:
Added test for bug 1463558.

Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.46.2.4
retrieving revision 1.46.2.5
diff -u -d -r1.46.2.4 -r1.46.2.5
--- All 19 Feb 2007 15:23:20 -0000      1.46.2.4
+++ All 19 Feb 2007 15:36:50 -0000      1.46.2.5
@@ -25,6 +25,7 @@
 nested_doc.SF-1446426
 nlthetajoin.SF-1437299
 noroot.SF-1452237
+nodelist_function.SF-1463558
 default_ns.SF-1511195
 where-clause.SF-1524344a
 where-clause.SF-1524344b

--- NEW FILE: nodelist_function.SF-1463558.xq ---
declare function local:foo1($n as node()*) as node()*
{
        $n
};

declare function local:foo2($n as node()*) as node()*
{
        $n
};

let $t := <a><b/><c/><d/></a>
return (
  local:foo1($t/descendant-or-self::node()/child::*),
  local:foo2($t/child::*)
)

--- NEW FILE: nodelist_function.SF-1463558.stable.err ---
stderr of test 'nodelist_function.SF-1463558` in directory 'tests/BugTracker` 
itself:


# 16:35:03 >  
# 16:35:03 >  Mtimeout -timeout 180 Mserver 
"--config=/ufs/sjoerd/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/lib64/MonetDB4:/ufs/sjoerd/lib64/MonetDB4/lib:/ufs/sjoerd/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_port=32084 --set xrpc_port=47611 --set monet_prompt= --trace 
"--dbname=mTests_tests_BugTracker" --dbinit=" module(pathfinder);" ; echo ; 
echo Over..
# 16:35:03 >  

# builtin opt   gdk_arch = 64bitx86_64-redhat-linux-gnu
# builtin opt   gdk_version = 1.16.1
# builtin opt   monet_pid = 1695
# builtin opt   prefix = /ufs/sjoerd
# builtin opt   exec_prefix = ${prefix}
# builtin opt   gdk_dbname = tst
# builtin opt   gdk_dbfarm = ${prefix}/var/MonetDB
# builtin opt   gdk_debug = 8
# builtin opt   gdk_mem_bigsize = 262144
# builtin opt   gdk_vm_minsize = 137438953472
# builtin opt   gdk_alloc_map = yes
# builtin opt   gdk_mem_pagebits = 14
# builtin opt   monet_admin = adm
# builtin opt   monet_prompt = >
# builtin opt   monet_welcome = yes
# builtin opt   monet_mod_path = ${prefix}/lib64/MonetDB:${prefix}/lib64/bin
# builtin opt   monet_daemon = yes
# builtin opt   host = localhost
# builtin opt   mapi_port = 50000
# builtin opt   mapi_noheaders = no
# builtin opt   mapi_debug = 0
# builtin opt   mapi_clients = 2
# builtin opt   sql_debug = 0
# builtin opt   sql_logdir = ${prefix}/var/MonetDB/sql_logs
# builtin opt   xquery_logdir = ${prefix}/var/MonetDB/xquery_logs
# builtin opt   standoff_ns = http://monetdb.cwi.nl/standoff
# builtin opt   standoff_start = start
# builtin opt   standoff_end = end
# config opt    prefix = /ufs/sjoerd
# config opt    config = ${prefix}/etc/MonetDB.conf
# config opt    prefix = /ufs/sjoerd
# config opt    exec_prefix = ${prefix}
# config opt    datadir = ${prefix}/share
# config opt    gdk_dbfarm = ${prefix}/var/MonetDB4/dbfarm
# config opt    gdk_dbname = demo
# config opt    gdk_alloc_map = no
# config opt    gdk_embedded = no
# config opt    gdk_debug = 0
# config opt    monet_admin = adm
# config opt    monet_prompt = MonetDB>
# config opt    monet_welcome = yes
# config opt    monet_mod_path = 
${prefix}/lib64/MonetDB4:${prefix}/lib64/MonetDB4/lib:${prefix}/lib64/MonetDB4/bin
# config opt    monet_daemon = no
# config opt    mapi_port = 50000
# config opt    mapi_open = false
# config opt    mapi_debug = 0
# config opt    sql_debug = 0
# config opt    sql_logdir = ${prefix}/var/MonetDB4/sql_logs
# config opt    xquery_output = dm
# config opt    xquery_cacheMB = 100
# config opt    xquery_cacherules = 
# config opt    xquery_procMB = 128
# config opt    xquery_logdir = ${prefix}/var/MonetDB4/xquery_logs
# config opt    xrpc_port = 
# config opt    xrpc_open = yes
# config opt    xrpc_admin = 127.0.0.1
# config opt    xrpc_trusted = 
http://monetdb.cwi.nl;${prefix}/share/MonetDB/www/export
# config opt    standoff_ns = 
# config opt    standoff_start = start
# config opt    standoff_end = end
# cmdline opt   config = /ufs/sjoerd/etc/MonetDB.conf
# cmdline opt   gdk_debug = 10
# cmdline opt   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/lib64/MonetDB4:/ufs/sjoerd/lib64/MonetDB4/lib:/ufs/sjoerd/lib64/MonetDB4/bin
# cmdline opt   gdk_dbfarm = 
/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/dbfarm
# cmdline opt   sql_logdir = 
/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/sql_logs
# cmdline opt   xquery_logdir = 
/ufs/sjoerd/src/MonetDB/stable/pathfinder/Linux/xquery_logs
# cmdline opt   mapi_port = 32084
# cmdline opt   xrpc_port = 47611
# cmdline opt   monet_prompt = 
# cmdline opt   gdk_dbname = mTests_tests_BugTracker

# 16:35:03 >  
# 16:35:03 >  Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb 
-Pmonetdb --host=localhost --port=32084 nodelist_function.SF-1463558.xq
# 16:35:03 >  


# 16:35:03 >  
# 16:35:03 >  Done.
# 16:35:03 >  


--- NEW FILE: nodelist_function.SF-1463558.stable.out ---
stdout of test 'nodelist_function.SF-1463558` in directory 'tests/BugTracker` 
itself:


# 16:35:03 >  
# 16:35:03 >  Mtimeout -timeout 180 Mserver 
"--config=/ufs/sjoerd/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/lib64/MonetDB4:/ufs/sjoerd/lib64/MonetDB4/lib:/ufs/sjoerd/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_port=32084 --set xrpc_port=47611 --set monet_prompt= --trace 
"--dbname=mTests_tests_BugTracker" --dbinit=" module(pathfinder);" ; echo ; 
echo Over..
# 16:35:03 >  

# Monet Database Server V4.16.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.

printf("\nReady.\n");

Ready.
quit();

Over..

# 16:35:03 >  
# 16:35:03 >  Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb 
-Pmonetdb --host=localhost --port=32084 nodelist_function.SF-1463558.xq
# 16:35:03 >  

<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><b/><c/><d/><b/><c/><d/></XQueryResult>

# 16:35:03 >  
# 16:35:03 >  Done.
# 16:35:03 >  



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to