Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7826
Added Files:
between_with_column.SF-1959410.stable.err
between_with_column.SF-1959410.stable.out
order_by_over_table_from_another_function.SF-1959822.stable.err
order_by_over_table_from_another_function.SF-1959822.stable.out
Log Message:
Approve the err and out output for both tests
--- NEW FILE: order_by_over_table_from_another_function.SF-1959822.stable.out
---
stdout of test 'order_by_over_table_from_another_function.SF-1959822` in
directory 'src/test/BugTracker` itself:
# 10:53:08 >
# 10:53:08 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39845 --set
xrpc_port=47079 --set monet_prompt= --trace
"--dbname=mTests_src_test_BugTracker" --set mal_listing=0 "--dbinit= include
sql;" ; echo ; echo Over..
# 10:53:08 >
# MonetDB server v5.5.0, based on kernel v1.23.0
# Serving database 'mTests_src_test_BugTracker'
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked
# Copyright (c) 1993-2008 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://alviss.ins.cwi.nl:39845/
# MonetDB/SQL module v2.23.0 loaded
Ready.
#function user.main():void;
# clients.quit();
#end main;
Over..
# 10:53:08 >
# 10:53:08 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39845
# 10:53:08 >
# 10:53:08 >
# 10:53:08 > Done.
# 10:53:08 >
--- NEW FILE: order_by_over_table_from_another_function.SF-1959822.stable.err
---
stderr of test 'order_by_over_table_from_another_function.SF-1959822` in
directory 'src/test/BugTracker` itself:
# 10:53:08 >
# 10:53:08 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39845 --set
xrpc_port=47079 --set monet_prompt= --trace
"--dbname=mTests_src_test_BugTracker" --set mal_listing=0 "--dbinit= include
sql;" ; echo ; echo Over..
# 10:53:08 >
#warning: please don't forget to set your vault key!
#(see /ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf)
# 10:53:08 >
# 10:53:08 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39845
# 10:53:08 >
# 10:53:08 >
# 10:53:08 > Done.
# 10:53:08 >
--- NEW FILE: between_with_column.SF-1959410.stable.err ---
stderr of test 'between_with_column.SF-1959410` in directory
'src/test/BugTracker` itself:
# 10:53:08 >
# 10:53:08 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39845 --set
xrpc_port=47079 --set monet_prompt= --trace
"--dbname=mTests_src_test_BugTracker" --set mal_listing=0 "--dbinit= include
sql;" ; echo ; echo Over..
# 10:53:08 >
#warning: please don't forget to set your vault key!
#(see /ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf)
# 10:53:08 >
# 10:53:08 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39845
# 10:53:08 >
MAPI = [EMAIL PROTECTED]:39845
QUERY = select yea from t4, t5 where age between 0.03 and id < 30 ;
ERROR = !types boolean(1,0) (bit) and double(53,0) (dbl) are not equal
# 10:53:08 >
# 10:53:08 > Done.
# 10:53:08 >
--- NEW FILE: between_with_column.SF-1959410.stable.out ---
stdout of test 'between_with_column.SF-1959410` in directory
'src/test/BugTracker` itself:
# 10:53:08 >
# 10:53:08 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/current/debug/MonetDB5//var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39845 --set
xrpc_port=47079 --set monet_prompt= --trace
"--dbname=mTests_src_test_BugTracker" --set mal_listing=0 "--dbinit= include
sql;" ; echo ; echo Over..
# 10:53:08 >
# MonetDB server v5.5.0, based on kernel v1.23.0
# Serving database 'mTests_src_test_BugTracker'
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked
# Copyright (c) 1993-2008 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://alviss.ins.cwi.nl:39845/
# MonetDB/SQL module v2.23.0 loaded
Ready.
#function user.main():void;
# clients.quit();
#end main;
Over..
# 10:53:08 >
# 10:53:08 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39845
# 10:53:08 >
# 10:53:08 >
# 10:53:08 > Done.
# 10:53:08 >
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins