Update of /cvsroot/monetdb/sql/src/jdbc/tests/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8071
Modified Files:
All
Added Files:
Test_Clargequery.SQL Test_Clargequery.SQL.bat
Test_Clargequery.stable.err Test_Clargequery.stable.out
Log Message:
Add largequery test, sort tests in All for easy maintenance.
--- NEW FILE: Test_Clargequery.stable.err ---
stderr of test 'Test_Clargequery` in directory 'src/jdbc/tests` itself:
# 12:43:18 >
# 12:43:18 > Mtimeout -timeout 180 mserver5
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5/lib:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5/bin"
--set
"gdk_dbfarm=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/dbfarm"
--set
"sql_logdir=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/sqllog"
--set
"xquery_logdir=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/xquerylog"
--set mapi_open=true --set mapi_port=37519 --set xrpc_port=40296 --set
monet_prompt= --trace "--dbname=mTests_src_jdbc_tests" --dbinit=' include sql;'
; echo ; echo Over..
# 12:43:18 >
#warning: please don't forget to set your vault key!
#(see /ufs/fabian/scratch/monetdb/current/program-x86_64/etc/monetdb5.conf)
# 12:43:19 >
# 12:43:19 > Mtimeout -timeout 60 ./Test_Clargequery.SQL Test_Clargequery
# 12:43:19 >
# 12:43:19 >
# 12:43:19 > java -classpath
/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/lib/monetdb-1.6-jdbc.jar:/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/Tests
Test_Clargequery
jdbc:monetdb://pegasus:37519/mTests_src_jdbc_tests?user=monetdb&password=monetdb
# 12:43:19 >
# 12:43:19 >
# 12:43:19 > Done.
# 12:43:19 >
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/jdbc/tests/Tests/All,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- All 29 Jan 2007 22:27:13 -0000 1.20
+++ All 17 Jul 2007 10:55:40 -0000 1.21
@@ -1,15 +1,16 @@
HAVE_JAVA?Test_Cautocommit
+HAVE_JAVA?Test_Clargequery
+HAVE_JAVA?Test_Cmanycon
+HAVE_JAVA?Test_Creplysize
HAVE_JAVA?Test_Csavepoints
HAVE_JAVA?Test_Ctransaction
-HAVE_JAVA?Test_Creplysize
HAVE_JAVA?Test_PStimedate
HAVE_JAVA?Test_PStimezone
HAVE_JAVA?Test_PStypes
-HAVE_JAVA?Test_Rtimedate
HAVE_JAVA?Test_Rbooleans
+HAVE_JAVA?Test_Rmetadata
HAVE_JAVA?Test_Rpositioning
+HAVE_JAVA?Test_Rtimedate
HAVE_JAVA?Test_Sbatching
-HAVE_JAVA?Test_Rmetadata
-HAVE_JAVA?Test_Cmanycon
HAVE_JAVA?Test_JdbcClient
HAVE_JAVA?BugConcurrent_clients_SF_1504657
--- NEW FILE: Test_Clargequery.SQL ---
#!/bin/sh
$TSTSRCDIR/Test.SQL $*
--- NEW FILE: Test_Clargequery.SQL.bat ---
@call %TSTSRCDIR%\Test.SQL.bat %*
--- NEW FILE: Test_Clargequery.stable.out ---
stdout of test 'Test_Clargequery` in directory 'src/jdbc/tests` itself:
# 12:43:18 >
# 12:43:18 > Mtimeout -timeout 180 mserver5
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5/lib:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib64/MonetDB5/bin"
--set
"gdk_dbfarm=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/dbfarm"
--set
"sql_logdir=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/sqllog"
--set
"xquery_logdir=/net/pegasus.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-current-pegasus.ins.cwi.nl/sql/xquerylog"
--set mapi_open=true --set mapi_port=37519 --set xrpc_port=40296 --set
monet_prompt= --trace "--dbname=mTests_src_jdbc_tests" --dbinit=' include sql;'
; echo ; echo Over..
# 12:43:18 >
# MonetDB server v5.1.0, based on kernel v1.19.0
# Serving database 'mTests_src_jdbc_tests'
# Compiled for x86_64-pc-linux-gnu/64bit with 64bit OIDs dynamically linked
# Copyright (c) 1993-2007 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://pegasus.ins.cwi.nl:37519/
# MonetDB/SQL module v2.19.0 loaded
Ready.
#function user.main():void;
# clients.quit();
#end main;
Over..
# 12:43:19 >
# 12:43:19 > Mtimeout -timeout 60 ./Test_Clargequery.SQL Test_Clargequery
# 12:43:19 >
# 12:43:19 >
# 12:43:19 > java -classpath
/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/lib/monetdb-1.6-jdbc.jar:/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/Tests
Test_Clargequery
jdbc:monetdb://pegasus:37519/mTests_src_jdbc_tests?user=monetdb&password=monetdb
# 12:43:19 >
# 12:52:01 >
# 12:52:01 > java -classpath
/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/lib/monetdb-1.6-jdbc.jar:/ufs/fabian/scratch/monetdb/current/program-x86_64/share/MonetDB/Tests
Test_Clargequery
jdbc:monetdb://pegasus:35948/mTests_src_jdbc_tests?user=monetdb&password=monetdb
# 12:52:01 >
0. true true
1. sending
# 12:52:02 >
# 12:52:02 > Done.
# 12:52:02 >
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins