Update of /cvsroot/monetdb/pathfinder/tests/XQuery/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22879

Modified Files:
      Tag: XQuery_0-18
        All 
Added Files:
      Tag: XQuery_0-18
        typing1alg.py.src typing1alg.stable.err typing1alg.stable.out 
        typing1alg.xq.src typing2alg.py.src typing2alg.stable.err 
        typing2alg.stable.out typing2alg.xq.src 
Log Message:

added test that indicate that
while failing with MPS,
typing seems to work fine with the algebra version


--- NEW FILE: typing1alg.stable.out ---
stdout of test 'typing1alg` in directory 'tests/XQuery` itself:


# 23:33:13 >  
# 23:33:13 >  ( pf -M typing1alg.xq | Mtimeout -timeout 60 Mserver 
"--config=/local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB"
 --set "gdk_dbfarm=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm" --set 
"sql_logdir=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log" --set 
mapi_port=43754 --set sql_port=56337 --set monet_prompt= 
--dbname=mTests_tests_XQuery   
--dbinit='module(pathfinder,pf_support,ascii_io);' )
# 23:33:13 >  


<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>42</XQueryResult>

# 23:33:14 >  
# 23:33:14 >  Done.
# 23:33:14 >  


--- NEW FILE: typing1alg.py.src ---
$TSTSRCBASE/tests/alg.py

--- NEW FILE: typing2alg.xq.src ---
$TSTSRCDIR/typing2.xq

Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/All,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- All 30 Mar 2007 18:02:15 -0000      1.28
+++ All 7 Jun 2007 07:05:04 -0000       1.28.2.1
@@ -239,7 +239,9 @@
 HAVE_PCRE?replace17
 HAVE_PCRE?replace18
 typing1
+typing1alg
 typing2
+typing2alg
 typing3
 type_integer
 fn_not

--- NEW FILE: typing2alg.stable.err ---
stderr of test 'typing2alg` in directory 'tests/XQuery` itself:


# 23:33:13 >  
# 23:33:13 >  ( pf -M typing2alg.xq | Mtimeout -timeout 60 Mserver 
"--config=/local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB"
 --set "gdk_dbfarm=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm" --set 
"sql_logdir=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log" --set 
mapi_port=43754 --set sql_port=56337 --set monet_prompt= 
--dbname=mTests_tests_XQuery   
--dbinit='module(pathfinder,pf_support,ascii_io);' )
# 23:33:13 >  

# builtin opt   config = ${prefix}/etc/MonetDB.conf
# builtin opt   gdk_arch = 32biti686-suse-linux
# builtin opt   gdk_version = 4.5.0
# builtin opt   monet_pid = 30529
# builtin opt   prefix = /local_tmp/rittinge/MonetDB/Linux
# 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 = 33554432
# builtin opt   gdk_vm_minsize = 134217728
# builtin opt   gdk_alloc_map = yes
# builtin opt   monet_admin = adm
# builtin opt   monet_prompt = >
# builtin opt   monet_welcome = yes
# builtin opt   monet_nostalgic = no
# builtin opt   monet_mod_path = ${exec_prefix}/lib/MonetDB
# 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   sql_port = 45123
# builtin opt   sql_debug = 0
# builtin opt   sql_user = monetdb
# builtin opt   sql_schema = sys
# builtin opt   sql_logdir = ${prefix}/var/MonetDB/log
# config opt    prefix = /local_tmp/rittinge/MonetDB/Linux
# config opt    exec_prefix = ${prefix}
# config opt    gdk_dbfarm = ${prefix}/var/MonetDB/dbfarm
# config opt    gdk_dbname = demo
# 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_nostalgic = no
# config opt    monet_mod_path = ${exec_prefix}/lib/MonetDB
# config opt    monet_daemon = no
# config opt    mapi_port = 50000
# config opt    mapi_debug = 0
# config opt    sql_port = 45123
# config opt    sql_debug = 0
# config opt    sql_logdir = ${prefix}/var/MonetDB/log
# cmdline opt   config = /local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf
# cmdline opt   gdk_debug = 10
# cmdline opt   monet_mod_path = 
/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB
# cmdline opt   gdk_dbfarm = 
/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm
# cmdline opt   sql_logdir = /local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log
# cmdline opt   mapi_port = 43754
# cmdline opt   sql_port = 56337
# cmdline opt   monet_prompt = 
# cmdline opt   gdk_dbname = mTests_tests_XQuery

# 23:33:14 >  
# 23:33:14 >  Done.
# 23:33:14 >  


--- NEW FILE: typing1alg.stable.err ---
stderr of test 'typing1alg` in directory 'tests/XQuery` itself:


# 23:33:13 >  
# 23:33:13 >  ( pf -M typing1alg.xq | Mtimeout -timeout 60 Mserver 
"--config=/local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB"
 --set "gdk_dbfarm=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm" --set 
"sql_logdir=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log" --set 
mapi_port=43754 --set sql_port=56337 --set monet_prompt= 
--dbname=mTests_tests_XQuery   
--dbinit='module(pathfinder,pf_support,ascii_io);' )
# 23:33:13 >  

# builtin opt   config = ${prefix}/etc/MonetDB.conf
# builtin opt   gdk_arch = 32biti686-suse-linux
# builtin opt   gdk_version = 4.5.0
# builtin opt   monet_pid = 30529
# builtin opt   prefix = /local_tmp/rittinge/MonetDB/Linux
# 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 = 33554432
# builtin opt   gdk_vm_minsize = 134217728
# builtin opt   gdk_alloc_map = yes
# builtin opt   monet_admin = adm
# builtin opt   monet_prompt = >
# builtin opt   monet_welcome = yes
# builtin opt   monet_nostalgic = no
# builtin opt   monet_mod_path = ${exec_prefix}/lib/MonetDB
# 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   sql_port = 45123
# builtin opt   sql_debug = 0
# builtin opt   sql_user = monetdb
# builtin opt   sql_schema = sys
# builtin opt   sql_logdir = ${prefix}/var/MonetDB/log
# config opt    prefix = /local_tmp/rittinge/MonetDB/Linux
# config opt    exec_prefix = ${prefix}
# config opt    gdk_dbfarm = ${prefix}/var/MonetDB/dbfarm
# config opt    gdk_dbname = demo
# 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_nostalgic = no
# config opt    monet_mod_path = ${exec_prefix}/lib/MonetDB
# config opt    monet_daemon = no
# config opt    mapi_port = 50000
# config opt    mapi_debug = 0
# config opt    sql_port = 45123
# config opt    sql_debug = 0
# config opt    sql_logdir = ${prefix}/var/MonetDB/log
# cmdline opt   config = /local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf
# cmdline opt   gdk_debug = 10
# cmdline opt   monet_mod_path = 
/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB
# cmdline opt   gdk_dbfarm = 
/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm
# cmdline opt   sql_logdir = /local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log
# cmdline opt   mapi_port = 43754
# cmdline opt   sql_port = 56337
# cmdline opt   monet_prompt = 
# cmdline opt   gdk_dbname = mTests_tests_XQuery

# 23:33:14 >  
# 23:33:14 >  Done.
# 23:33:14 >  


--- NEW FILE: typing1alg.xq.src ---
$TSTSRCDIR/typing1.xq

--- NEW FILE: typing2alg.py.src ---
$TSTSRCBASE/tests/alg.py

--- NEW FILE: typing2alg.stable.out ---
stdout of test 'typing2alg` in directory 'tests/XQuery` itself:


# 23:33:13 >  
# 23:33:13 >  ( pf -M typing2alg.xq | Mtimeout -timeout 60 Mserver 
"--config=/local_tmp/rittinge/MonetDB/Linux/etc/MonetDB.conf" --debug=10 --set 
"monet_mod_path=/local_tmp/rittinge/pathfinder/Linux/lib/MonetDB:/local_tmp/rittinge/MonetDB/Linux/lib/MonetDB"
 --set "gdk_dbfarm=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/dbfarm" --set 
"sql_logdir=/local_tmp/rittinge/MonetDB/Linux/var/MonetDB/log" --set 
mapi_port=43754 --set sql_port=56337 --set monet_prompt= 
--dbname=mTests_tests_XQuery   
--dbinit='module(pathfinder,pf_support,ascii_io);' )
# 23:33:13 >  


<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>42</XQueryResult>

# 23:33:14 >  
# 23:33:14 >  Done.
# 23:33:14 >  



-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to