Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30611/Tests

Modified Files:
      Tag: Aug2009
        All 
Added Files:
      Tag: Aug2009
        distinct-values-two-sequences.SF-2853441.stable.out 
        distinct-values-two-sequences.SF-2853441.stable.err 
        distinct-values-two-sequences.SF-2853441.xq 
Log Message:
adding test for bug SF-2853441 (with manually generated stable output)

--- NEW FILE: distinct-values-two-sequences.SF-2853441.xq ---
let $x := ("aap","beer")
let $y := <a><b>beer</b><b>noot</b></a>//b
for $i in distinct-values(($x,$y)) return $i
<>
let $x := ("aap","beer")
let $y := ("beer","noot")
for $i in distinct-values(($x,$y)) return $i

U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.144.2.1
retrieving revision 1.144.2.2
diff -u -d -r1.144.2.1 -r1.144.2.2
--- All 4 Aug 2009 06:46:30 -0000       1.144.2.1
+++ All 7 Sep 2009 22:16:09 -0000       1.144.2.2
@@ -209,6 +209,7 @@
 child-step-empty-node.SF-2815716
 nil-value-in-elem-construct.SF-2815820
 oidInDocMgmt.SF-2686121
+distinct-values-two-sequences.SF-2853441
 #
 # Test "Zombie_document.SF-2009556" currently seems to corrupt the database 
and hence should be last in this list! 
 Zombie_document.SF-2009556

--- NEW FILE: distinct-values-two-sequences.SF-2853441.stable.out ---
stdout of test 'distinct-values-two-sequences.SF-2853441` in directory 
'tests/BugTracker` itself:


# 00:14:00 >  
# 00:14:00 >   Mserver 
"--config=/home/wouter/opt/MonetDB-Aug2009/etc/MonetDB.conf" --debug=10 --set 
gdk_nr_threads=1 --set 
"monet_mod_path=/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4:/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4/lib:/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4/bin"
 --set "gdk_dbfarm=/home/wouter/opt/MonetDB-Aug2009/var/MonetDB4/dbfarm"    
--set mapi_open=true --set xrpc_open=true --set mapi_port=35024 --set 
xrpc_port=48514 --set monet_prompt= --trace  "--dbname=mTests_tests_BugTracker" 
"--dbinit= module(pathfinder);" ; echo ; echo Over..
# 00:14:00 >  

# MonetDB Server v4.32.0
# based on GDK   v1.32.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.
# 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:48514/admin

printf("\nReady.\n");

Ready.
quit();

Over..

# 00:14:06 >  
# 00:14:06 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=localhost 
--port=35024 distinct-values-two-sequences.SF-2853441.xq
# 00:14:06 >  

<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>beer noot aap</XQueryResult>
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult>aap beer noot</XQueryResult>

# 00:14:07 >  
# 00:14:07 >  Done.
# 00:14:07 >  


--- NEW FILE: distinct-values-two-sequences.SF-2853441.stable.err ---
stderr of test 'distinct-values-two-sequences.SF-2853441` in directory 
'tests/BugTracker` itself:


# 00:14:00 >  
# 00:14:00 >   Mserver 
"--config=/home/wouter/opt/MonetDB-Aug2009/etc/MonetDB.conf" --debug=10 --set 
gdk_nr_threads=1 --set 
"monet_mod_path=/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4:/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4/lib:/home/wouter/opt/MonetDB-Aug2009/lib/MonetDB4/bin"
 --set "gdk_dbfarm=/home/wouter/opt/MonetDB-Aug2009/var/MonetDB4/dbfarm"    
--set mapi_open=true --set xrpc_open=true --set mapi_port=35024 --set 
xrpc_port=48514 --set monet_prompt= --trace  "--dbname=mTests_tests_BugTracker" 
"--dbinit= module(pathfinder);" ; echo ; echo Over..
# 00:14:00 >  


# 00:14:06 >  
# 00:14:06 >  mclient -lxquery -fxml -umonetdb -Pmonetdb --host=localhost 
--port=35024 distinct-values-two-sequences.SF-2853441.xq
# 00:14:06 >  


# 00:14:07 >  
# 00:14:07 >  Done.
# 00:14:07 >  



------------------------------------------------------------------------------
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

Reply via email to