Update of /cvsroot/monetdb/pathfinder/tests/XQuery/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31415/tests/XQuery/Tests
Modified Files:
All
Added Files:
step_ancestor-or-self10.stable.err
step_ancestor-or-self10.stable.out step_ancestor-or-self10.xq
step_ancestor-or-self11.stable.err
step_ancestor-or-self11.stable.out step_ancestor-or-self11.xq
step_ancestor-or-self9.stable.err
step_ancestor-or-self9.stable.out step_ancestor-or-self9.xq
step_ancestor-or-self_attr.stable.err
step_ancestor-or-self_attr.stable.out
step_ancestor-or-self_attr.xq step_ancestor10.stable.err
step_ancestor10.stable.out step_ancestor10.xq
step_ancestor11.stable.err step_ancestor11.stable.out
step_ancestor11.xq step_ancestor9.stable.err
step_ancestor9.stable.out step_ancestor9.xq
step_attribute6.stable.err step_attribute6.stable.out
step_attribute6.xq step_attribute7.stable.err
step_attribute7.stable.out step_attribute7.xq
step_attribute8.stable.err step_attribute8.stable.out
step_attribute8.xq step_descendant-or-self_attr.stable.err
step_descendant-or-self_attr.stable.out
step_descendant-or-self_attr.xq step_parent10.stable.err
step_parent10.stable.out step_parent10.xq
step_parent11.stable.err step_parent11.stable.out
step_parent11.xq step_parent9.stable.err
step_parent9.stable.out step_parent9.xq
step_self_attr.stable.err step_self_attr.stable.out
step_self_attr.xq
Log Message:
-- Moved step logic into the runtime (part 2):
Attribute step code now also recides in the runtime (PROC step()).
parent, ancestor, and ancestor-or-self steps now correctly
return results if some context nodes are attribute nodes.
TODO: - Implement self step logic in the runtime.
- Correctly return attribute context nodes in
ancestor-or-self, descendant-or-self, and self steps.
-- Added tests that check the correctness of the step implementations
along upward and *self steps starting from attribute context nodes.
REMARK: The current version of pf_support.mx crashes
the Mserver---double free if I'm correct---(and thus
breaks the Testweb) because of the ``correct'' Mil
code in lines 2032-2052. (Any arbitrary additional
MIL statement in these lines makes it work again.)
--- NEW FILE: step_parent10.xq ---
doc("foo.xml")//(@foo2|text())/parent::*
--- NEW FILE: step_parent10.stable.out ---
stdout of test 'step_parent10` in directory 'tests/XQuery` itself:
# 11:18:11 >
# 11:18:11 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:11 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:12 >
# 11:18:12 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_parent10.xq
# 11:18:12 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:18:12 >
# 11:18:12 > Done.
# 11:18:12 >
--- NEW FILE: step_ancestor10.stable.out ---
stdout of test 'step_ancestor10` in directory 'tests/XQuery` itself:
# 11:18:12 >
# 11:18:12 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:12 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:12 >
# 11:18:12 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor10.xq
# 11:18:12 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:18:12 >
# 11:18:12 > Done.
# 11:18:12 >
--- NEW FILE: step_ancestor-or-self10.xq ---
doc("foo.xml")//(@foo2|text())/ancestor-or-self::*
--- NEW FILE: step_attribute8.stable.err ---
stderr of test 'step_attribute8` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute8.xq
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_ancestor10.xq ---
doc("foo.xml")//(@foo2|text())/ancestor::*
--- NEW FILE: step_parent9.stable.err ---
stderr of test 'step_parent9` in directory 'tests/XQuery` itself:
# 11:18:10 >
# 11:18:10 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:10 >
# 11:18:10 >
# 11:18:10 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_parent9.xq
# 11:18:10 >
# 11:18:10 >
# 11:18:10 > Done.
# 11:18:10 >
--- NEW FILE: step_attribute6.stable.err ---
stderr of test 'step_attribute6` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute6.xq
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_ancestor-or-self_attr.xq ---
(: check for attributes in the result :)
doc("foo.xml")//(@foo2|text())/ancestor-or-self::node()
--- NEW FILE: step_attribute7.xq ---
let $a := doc("book.xml")//book[3] return $a/attribute::attribute(year)
--- NEW FILE: step_attribute6.xq ---
let $a := doc("book.xml")//book[3] return $a/attribute::node()
--- NEW FILE: step_ancestor9.stable.err ---
stderr of test 'step_ancestor9` in directory 'tests/XQuery` itself:
# 11:18:10 >
# 11:18:10 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:10 >
# 11:18:11 >
# 11:18:11 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor9.xq
# 11:18:11 >
# 11:18:11 >
# 11:18:11 > Done.
# 11:18:11 >
--- NEW FILE: step_parent9.xq ---
doc("foo.xml")//@foo2/parent::*
--- NEW FILE: step_parent11.xq ---
(attribute foo {""}, doc("foo.xml")//(@foo2|text()))/parent::*
--- NEW FILE: step_attribute7.stable.out ---
stdout of test 'step_attribute7` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:46682/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute7.xq
# 10:58:24 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult year="2000"></XQueryResult>
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_ancestor11.stable.out ---
stdout of test 'step_ancestor11` in directory 'tests/XQuery` itself:
# 11:34:39 >
# 11:34:39 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:39 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:45974/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:34:39 >
# 11:34:39 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_ancestor11.xq
# 11:34:39 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:34:39 >
# 11:34:39 > Done.
# 11:34:39 >
--- NEW FILE: step_ancestor-or-self_attr.stable.err ---
stderr of test 'step_ancestor-or-self_attr` in directory 'tests/XQuery` itself:
# 11:14:40 >
# 11:14:40 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=31772 --set xrpc_port=40129
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:14:40 >
# 11:14:40 >
# 11:14:40 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=31772 -G step_ancestor-or-self_attr.xq
# 11:14:40 >
# 11:14:41 >
# 11:14:41 > Done.
# 11:14:41 >
--- NEW FILE: step_attribute8.xq ---
let $a := doc("book.xml")//book[3] return $a/(attribute::text() |
attribute::element(year) | attribute::document-node() |
attribute::processing-instruction())
--- NEW FILE: step_ancestor-or-self9.stable.out ---
stdout of test 'step_ancestor-or-self9` in directory 'tests/XQuery` itself:
# 11:18:11 >
# 11:18:11 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:11 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:11 >
# 11:18:11 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor-or-self9.xq
# 11:18:11 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c foo2="bar"/></a><c
foo2="bar"/></XQueryResult>
# 11:18:11 >
# 11:18:11 > Done.
# 11:18:11 >
--- NEW FILE: step_ancestor10.stable.err ---
stderr of test 'step_ancestor10` in directory 'tests/XQuery` itself:
# 11:18:12 >
# 11:18:12 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:12 >
# 11:18:12 >
# 11:18:12 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor10.xq
# 11:18:12 >
# 11:18:12 >
# 11:18:12 > Done.
# 11:18:12 >
--- NEW FILE: step_descendant-or-self_attr.stable.err ---
stderr of test 'step_descendant-or-self_attr` in directory 'tests/XQuery`
itself:
# 11:16:15 >
# 11:16:15 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=36164 --set xrpc_port=40036
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:16:15 >
# 11:16:16 >
# 11:16:16 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=36164 -G step_descendant-or-self_attr.xq
# 11:16:16 >
# 11:16:16 >
# 11:16:16 > Done.
# 11:16:16 >
--- NEW FILE: step_ancestor-or-self9.xq ---
doc("foo.xml")//@foo2/ancestor-or-self::*
--- NEW FILE: step_descendant-or-self_attr.xq ---
(: check for attributes in the result :)
doc("foo.xml")//(@foo2|text())/descendant-or-self::node()
--- NEW FILE: step_descendant-or-self_attr.stable.out ---
stdout of test 'step_descendant-or-self_attr` in directory 'tests/XQuery`
itself:
# 11:16:15 >
# 11:16:15 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=36164 --set xrpc_port=40036
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:16:15 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:40036/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:16:16 >
# 11:16:16 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=36164 -G step_descendant-or-self_attr.xq
# 11:16:16 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult foo2="bar">textnode</XQueryResult>
# 11:16:16 >
# 11:16:16 > Done.
# 11:16:16 >
--- NEW FILE: step_parent11.stable.out ---
stdout of test 'step_parent11` in directory 'tests/XQuery` itself:
# 11:34:38 >
# 11:34:38 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:38 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:45974/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:34:38 >
# 11:34:38 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_parent11.xq
# 11:34:38 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:34:39 >
# 11:34:39 > Done.
# 11:34:39 >
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/All,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- All 30 Jan 2008 09:21:09 -0000 1.31
+++ All 20 Mar 2008 10:55:19 -0000 1.32
@@ -103,6 +103,21 @@
step_attribute3
step_attribute4
step_attribute5
+step_attribute6
+step_attribute7
+step_attribute8
+step_parent9
+step_ancestor9
+step_ancestor-or-self9
+step_parent10
+step_ancestor10
+step_ancestor-or-self10
+step_parent11
+step_ancestor11
+step_ancestor-or-self11
+step_ancestor-or-self_attr
+step_descendant-or-self_attr
+step_self_attr
transient_upward_steps
bool1
bool2
--- NEW FILE: step_ancestor-or-self11.stable.out ---
stdout of test 'step_ancestor-or-self11` in directory 'tests/XQuery` itself:
# 11:34:40 >
# 11:34:40 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:40 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:45974/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:34:40 >
# 11:34:40 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_ancestor-or-self11.xq
# 11:34:40 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:34:40 >
# 11:34:40 > Done.
# 11:34:40 >
--- NEW FILE: step_ancestor11.xq ---
(attribute foo {""}, doc("foo.xml")//(@foo2|text()))/ancestor::*
--- NEW FILE: step_parent11.stable.err ---
stderr of test 'step_parent11` in directory 'tests/XQuery` itself:
# 11:34:38 >
# 11:34:38 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:38 >
# 11:34:38 >
# 11:34:38 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_parent11.xq
# 11:34:38 >
# 11:34:39 >
# 11:34:39 > Done.
# 11:34:39 >
--- NEW FILE: step_attribute6.stable.out ---
stdout of test 'step_attribute6` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:46682/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute6.xq
# 10:58:24 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult year="2000"></XQueryResult>
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_ancestor-or-self10.stable.out ---
stdout of test 'step_ancestor-or-self10` in directory 'tests/XQuery` itself:
# 11:18:13 >
# 11:18:13 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:13 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:13 >
# 11:18:13 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor-or-self10.xq
# 11:18:13 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><b>textnode</b><c foo2="bar"/></XQueryResult>
# 11:18:13 >
# 11:18:13 > Done.
# 11:18:13 >
--- NEW FILE: step_self_attr.stable.err ---
stderr of test 'step_self_attr` in directory 'tests/XQuery` itself:
# 11:13:14 >
# 11:13:14 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=33723 --set xrpc_port=43111
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:13:14 >
# 11:13:15 >
# 11:13:15 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=33723 -G step_self_attr.xq
# 11:13:15 >
# 11:13:15 >
# 11:13:15 > Done.
# 11:13:15 >
--- NEW FILE: step_ancestor-or-self11.stable.err ---
stderr of test 'step_ancestor-or-self11` in directory 'tests/XQuery` itself:
# 11:34:40 >
# 11:34:40 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:40 >
# 11:34:40 >
# 11:34:40 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_ancestor-or-self11.xq
# 11:34:40 >
# 11:34:40 >
# 11:34:40 > Done.
# 11:34:40 >
--- NEW FILE: step_self_attr.stable.out ---
stdout of test 'step_self_attr` in directory 'tests/XQuery` itself:
# 11:13:14 >
# 11:13:14 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=33723 --set xrpc_port=43111
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:13:14 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:43111/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:13:15 >
# 11:13:15 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=33723 -G step_self_attr.xq
# 11:13:15 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult foo2="bar">textnode</XQueryResult>
# 11:13:15 >
# 11:13:15 > Done.
# 11:13:15 >
--- NEW FILE: step_ancestor-or-self9.stable.err ---
stderr of test 'step_ancestor-or-self9` in directory 'tests/XQuery` itself:
# 11:18:11 >
# 11:18:11 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:11 >
# 11:18:11 >
# 11:18:11 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor-or-self9.xq
# 11:18:11 >
# 11:18:11 >
# 11:18:11 > Done.
# 11:18:11 >
--- NEW FILE: step_parent9.stable.out ---
stdout of test 'step_parent9` in directory 'tests/XQuery` itself:
# 11:18:10 >
# 11:18:10 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:10 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:10 >
# 11:18:10 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_parent9.xq
# 11:18:10 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><c foo2="bar"/></XQueryResult>
# 11:18:10 >
# 11:18:10 > Done.
# 11:18:10 >
--- NEW FILE: step_ancestor-or-self_attr.stable.out ---
stdout of test 'step_ancestor-or-self_attr` in directory 'tests/XQuery` itself:
# 11:14:40 >
# 11:14:40 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=31772 --set xrpc_port=40129
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:14:40 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:40129/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:14:40 >
# 11:14:40 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=31772 -G step_ancestor-or-self_attr.xq
# 11:14:40 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult foo2="bar"><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><a foo="bar"><b>textnode</b><d><e/><f/></d><c
foo2="bar"/></a><b>textnode</b>textnode</XQueryResult>
# 11:14:41 >
# 11:14:41 > Done.
# 11:14:41 >
--- NEW FILE: step_ancestor9.xq ---
doc("foo.xml")//@foo2/ancestor::*
--- NEW FILE: step_self_attr.xq ---
(: check for attributes in the result :)
doc("foo.xml")//(@foo2|text())/self::node()
--- NEW FILE: step_attribute7.stable.err ---
stderr of test 'step_attribute7` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute7.xq
# 10:58:24 >
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_ancestor11.stable.err ---
stderr of test 'step_ancestor11` in directory 'tests/XQuery` itself:
# 11:34:39 >
# 11:34:39 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32482 --set xrpc_port=45974
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:34:39 >
# 11:34:39 >
# 11:34:39 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=32482 -G step_ancestor11.xq
# 11:34:39 >
# 11:34:39 >
# 11:34:39 > Done.
# 11:34:39 >
--- NEW FILE: step_ancestor9.stable.out ---
stdout of test 'step_ancestor9` in directory 'tests/XQuery` itself:
# 11:18:10 >
# 11:18:10 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:10 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:48116/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 11:18:11 >
# 11:18:11 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor9.xq
# 11:18:11 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c foo2="bar"/></a><c
foo2="bar"/></XQueryResult>
# 11:18:11 >
# 11:18:11 > Done.
# 11:18:11 >
--- NEW FILE: step_ancestor-or-self10.stable.err ---
stderr of test 'step_ancestor-or-self10` in directory 'tests/XQuery` itself:
# 11:18:13 >
# 11:18:13 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:13 >
# 11:18:13 >
# 11:18:13 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_ancestor-or-self10.xq
# 11:18:13 >
# 11:18:13 >
# 11:18:13 > Done.
# 11:18:13 >
--- NEW FILE: step_attribute8.stable.out ---
stdout of test 'step_attribute8` in directory 'tests/XQuery` itself:
# 10:58:24 >
# 10:58:24 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37972 --set xrpc_port=46682
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 10:58:24 >
# MonetDB Server v4.23.0
# based on GDK v1.23.0
# Copyright (c) 1993-2008, CWI. All rights reserved.
# Compiled for i686-suse-linux/32bit with 32bit OIDs; dynamically linked.
# Visit http://monetdb.cwi.nl/ for further information.
# PF/Tijah module v0.5.0 loaded. http://dbappl.cs.utwente.nl/pftijah
# MonetDB/XQuery module v0.23.0 loaded
# XRPC administrative console at http://127.0.0.1:46682/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 10:58:24 >
# 10:58:24 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37972 -G step_attribute8.xq
# 10:58:24 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult></XQueryResult>
# 10:58:24 >
# 10:58:24 > Done.
# 10:58:24 >
--- NEW FILE: step_parent10.stable.err ---
stderr of test 'step_parent10` in directory 'tests/XQuery` itself:
# 11:18:11 >
# 11:18:11 > Mserver
"--config=/local_tmp/work/MonetDB4/Linux/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/local_tmp/work/pathfinder/Linux/lib/MonetDB4:/local_tmp/work/pathfinder/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/lib:/local_tmp/work/MonetDB4/Linux/lib/MonetDB4/bin"
--set "gdk_dbfarm=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/dbfarm" --set
"sql_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/sql_logs" --set
"xquery_logdir=/local_tmp/work/MonetDB4/Linux/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37154 --set xrpc_port=48116
--set monet_prompt= --trace "--dbname=mTests_tests_XQuery" --set
sql_debug=16384 --set xquery_backend=algebra "--dbinit= module(pathfinder);" ;
echo ; echo Over..
# 11:18:11 >
# 11:18:12 >
# 11:18:12 > mclient -lxquery -fxml -umonetdb -Pmonetdb --host=notekemper08
--port=37154 -G step_parent10.xq
# 11:18:12 >
# 11:18:12 >
# 11:18:12 > Done.
# 11:18:12 >
--- NEW FILE: step_ancestor-or-self11.xq ---
(attribute foo {""}, doc("foo.xml")//(@foo2|text()))/ancestor-or-self::*
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins