Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21572
Modified Files:
Tag: Nov2009
All
Added Files:
Tag: Nov2009
JDBC_5_results.SF-1959269.5.xq
JDBC_5_results.SF-1959269.XQUERY.bat
JDBC_5_results.SF-1959269.XQUERY.sh
JDBC_5_results.SF-1959269.stable.err
JDBC_5_results.SF-1959269.stable.out
Log Message:
adding test for bug 1959269. the actual bug was already tested by the JDBC_250
test (but not for different result types).
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.146.2.6
retrieving revision 1.146.2.7
diff -u -d -r1.146.2.6 -r1.146.2.7
--- All 15 Nov 2009 10:36:46 -0000 1.146.2.6
+++ All 15 Nov 2009 15:34:10 -0000 1.146.2.7
@@ -125,6 +125,7 @@
32_docs.SF-1730617
HAVE_JDBCCLIENT_JAR?JDBC_250_results.SF-1730556
HAVE_JDBCCLIENT_JAR?JDBC_0_results.SF-1886326
+HAVE_JDBCCLIENT_JAR?JDBC_5_results.SF-1959269
crash_on_concatenated_query.SF-1730547
error_in_preceeding_axis.SF-1731850
attribute_serialization.SF-1743442
--- NEW FILE: JDBC_5_results.SF-1959269.5.xq ---
(1=1, 1, 1.0, "Aap", <aap/>)
--- NEW FILE: JDBC_5_results.SF-1959269.XQUERY.sh ---
#!/bin/bash
cat << EOF > .monetdb
user=monetdb
password=monetdb
EOF
LC_CTYPE="en_US.UTF-8"
export LC_CTYPE
Mlog -x "java nl.cwi.monetdb.client.JdbcClient -h $HOST -p $MAPIPORT -d $TSTDB
-l xquery -f $TST.5.xq"
rm -f .monetdb
--- NEW FILE: JDBC_5_results.SF-1959269.XQUERY.bat ---
@echo off
echo user=monetdb> .monetdb
echo password=monetdb>> .monetdb
set LANG=en_US.UTF-8
prompt # $t $g
echo on
java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% -l
xquery -f "%TST%.5.xq"
@del .monetdb
--- NEW FILE: JDBC_5_results.SF-1959269.stable.out ---
stdout of test 'JDBC_5_results.SF-1959269` in directory 'tests/BugTracker`
itself:
# 16:22:02 >
# 16:22:02 > Mserver
"--config=/home/wouter/opt/MonetDB-Nov2009/etc/MonetDB.conf" --debug=10 --set
gdk_nr_threads=1 --set
"monet_mod_path=/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4:/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4/lib:/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4/bin"
--set "gdk_dbfarm=/home/wouter/opt/MonetDB-Nov2009/var/MonetDB4/dbfarm" --set
mapi_open=true --set xrpc_open=true --set mapi_port=39139 --set xrpc_port=42817
--set monet_prompt= --trace "--dbname=mTests_tests_BugTracker" "--dbinit=
module(pathfinder);" ; echo ; echo Over..
# 16:22:02 >
# MonetDB Server v4.34.0
# based on GDK v1.34.0
# 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.
# Detected 1.966 GiB (2110795776 bytes) main-memory.
# 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:42817/admin
printf("\nReady.\n");
Ready.
quit();
Over..
# 16:22:03 >
# 16:22:03 > ./JDBC_5_results.SF-1959269.XQUERY.sh JDBC_5_results.SF-1959269
# 16:22:03 >
# 16:22:03 >
# 16:22:03 > java nl.cwi.monetdb.client.JdbcClient -h localhost -p 39139 -d
mTests_tests_BugTracker -l xquery -f JDBC_5_results.SF-1959269.5.xq
# 16:22:03 >
<xquery>
<result>
<row>
<xml>true</xml>
</row>
<row>
<xml>1</xml>
</row>
<row>
<xml>1.000000</xml>
</row>
<row>
<xml>"Aap"</xml>
</row>
<row>
<xml><aap/></xml>
</row>
</result>
</xquery>
# 16:22:04 >
# 16:22:04 > Done.
# 16:22:04 >
--- NEW FILE: JDBC_5_results.SF-1959269.stable.err ---
stderr of test 'JDBC_5_results.SF-1959269` in directory 'tests/BugTracker`
itself:
# 16:22:02 >
# 16:22:02 > Mserver
"--config=/home/wouter/opt/MonetDB-Nov2009/etc/MonetDB.conf" --debug=10 --set
gdk_nr_threads=1 --set
"monet_mod_path=/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4:/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4/lib:/home/wouter/opt/MonetDB-Nov2009/lib/MonetDB4/bin"
--set "gdk_dbfarm=/home/wouter/opt/MonetDB-Nov2009/var/MonetDB4/dbfarm" --set
mapi_open=true --set xrpc_open=true --set mapi_port=39139 --set xrpc_port=42817
--set monet_prompt= --trace "--dbname=mTests_tests_BugTracker" "--dbinit=
module(pathfinder);" ; echo ; echo Over..
# 16:22:02 >
# 16:22:03 >
# 16:22:03 > ./JDBC_5_results.SF-1959269.XQUERY.sh JDBC_5_results.SF-1959269
# 16:22:03 >
# 16:22:03 >
# 16:22:03 > java nl.cwi.monetdb.client.JdbcClient -h localhost -p 39139 -d
mTests_tests_BugTracker -l xquery -f JDBC_5_results.SF-1959269.5.xq
# 16:22:03 >
# 16:22:04 >
# 16:22:04 > Done.
# 16:22:04 >
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins