Update of /cvsroot/monetdb/pathfinder/modules/pftijah/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27498/modules/pftijah/Tests
Modified Files:
Tag: GDK-2
All procs.stable.out
Added Files:
Tag: GDK-2
test_lms_rmoverlap.modules test_lms_rmoverlap.stable.err
test_lms_rmoverlap.stable.out test_lms_rmoverlap.xq
Log Message:
propagated changes of Tuesday Aug 14 2007 - Wednesday Aug 15 2007
from the development trunk to the GDK-2 branch
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/Tests/All,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -d -r1.9 -r1.9.4.1
--- All 25 May 2007 14:13:42 -0000 1.9
+++ All 15 Aug 2007 22:23:38 -0000 1.9.4.1
@@ -18,6 +18,7 @@
test_lms_returnmatching
test_lms_and
test_lms_or
+test_lms_rmoverlap
test_select_star1
test_select_star2
test_select_star3
--- NEW FILE: test_lms_rmoverlap.xq ---
let $opt := <TijahOptions
ft-index="thesis"
ir-model="LMS"
rmoverlap="true"
debug="0"/>
let $query := "//*[about(.,pathfinder)]"
for $n at $r in tijah:queryall($query,$opt)
return <node rank="{$r}">{$n}</node>
--- NEW FILE: test_lms_rmoverlap.stable.err ---
stderr of test 'test_lms_rmoverlap` in directory 'modules/pftijah` itself:
# 15:26:00 >
# 15:26:00 > Mtimeout -timeout 180 Mserver
"--config=/data/home/thijs/local/MonetDB/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/data/home/thijs/local/MonetDB/lib/MonetDB4:/data/home/thijs/local/MonetDB/lib/MonetDB4/lib:/data/home/thijs/local/MonetDB/lib/MonetDB4/bin"
--set "gdk_dbfarm=/data/home/thijs/local/MonetDB/var/MonetDB4/dbfarm" --set
"sql_logdir=/data/home/thijs/local/MonetDB/var/MonetDB4/sql_logs" --set
"xquery_logdir=/data/home/thijs/local/MonetDB/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32477 --set xrpc_port=40789
--set monet_prompt= --trace "--dbname=mTests_modules_pftijah" --dbinit="
module(pathfinder);" ; echo ; echo Over..
# 15:26:00 >
# 15:26:00 >
# 15:26:00 > Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb
-Pmonetdb --host=core-1 --port=32477 test_lms_rmoverlap.xq
# 15:26:00 >
# 15:26:01 >
# 15:26:01 > Done.
# 15:26:01 >
Index: procs.stable.out
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/Tests/procs.stable.out,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- procs.stable.out 10 Aug 2007 00:26:42 -0000 1.27
+++ procs.stable.out 15 Aug 2007 22:23:41 -0000 1.27.2.1
@@ -511,6 +511,7 @@
[ "repeat(str, int) : str"
]
[ "replace_root(BAT[void,oid], BAT[oid,oid], BAT[oid,oid]) : void"
]
[ "rev_select(BAT[any::1,any::2], str, any::2) : BAT[any::1,any::2]"
]
+[ "rm_overlap(BAT[any,any], str) : BAT[any,any]"
]
[ "rotate_xor_hash(int, int, any) : int"
]
[ "rpc_client(str, str, str, str, str, str, int, int, lng, BAT[void,BAT],
BAT[void,oid], BAT[void,oid], BAT[void,oid], BAT[void,int], BAT[void,lng],
BAT[void,dbl], BAT[void,dbl], BAT[void,str]) : oid" ]
[ "rpcd_start() : void"
]
--- NEW FILE: test_lms_rmoverlap.modules ---
pathfinder
pftijah
--- NEW FILE: test_lms_rmoverlap.stable.out ---
stdout of test 'test_lms_rmoverlap` in directory 'modules/pftijah` itself:
# 15:26:00 >
# 15:26:00 > Mtimeout -timeout 180 Mserver
"--config=/data/home/thijs/local/MonetDB/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/data/home/thijs/local/MonetDB/lib/MonetDB4:/data/home/thijs/local/MonetDB/lib/MonetDB4/lib:/data/home/thijs/local/MonetDB/lib/MonetDB4/bin"
--set "gdk_dbfarm=/data/home/thijs/local/MonetDB/var/MonetDB4/dbfarm" --set
"sql_logdir=/data/home/thijs/local/MonetDB/var/MonetDB4/sql_logs" --set
"xquery_logdir=/data/home/thijs/local/MonetDB/var/MonetDB4/xquery_logs" --set
mapi_open=true --set xrpc_open=true --set mapi_port=32477 --set xrpc_port=40789
--set monet_prompt= --trace "--dbname=mTests_modules_pftijah" --dbinit="
module(pathfinder);" ; echo ; echo Over..
# 15:26:00 >
# MonetDB Server v4.19.0
# based on GDK v1.19.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.
# MonetDB/XQuery module v0.19.0 loaded
# XRPC administrative console at http://localhost:40789/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 15:26:00 >
# 15:26:00 > Mtimeout -timeout 60 MapiClient -lxquery -oxml -umonetdb
-Pmonetdb --host=core-1 --port=32477 test_lms_rmoverlap.xq
# 15:26:00 >
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><node rank="1"><title>Pathfinder</title></node><node
rank="2"><title>Pathfinder and TIJAH</title></node><node rank="3"><para
id="par7">This section is about the Pathfinder XML database. This section is
more about Pathfinder than any other section is about
Pathfinder.</para></node><node rank="4"><para id="par6">This chapter is about
Pathfinder and TIJAH.</para></node></XQueryResult>
# 15:26:01 >
# 15:26:01 > Done.
# 15:26:01 >
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins