Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21115
Modified Files:
Tag: Feb2009
All
Added Files:
Tag: Feb2009
serial_with_order_by_not_working.SF-2585592.sql
serial_with_order_by_not_working.SF-2585592.stable.err
serial_with_order_by_not_working.SF-2585592.stable.out
Log Message:
Add test for
serial_with_order_by_not_working.SF-2585592
and also the stable output for out and err...
U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -u -d -r1.2.2.8 -r1.2.2.9
--- All 9 Feb 2009 20:31:13 -0000 1.2.2.8
+++ All 10 Feb 2009 16:20:23 -0000 1.2.2.9
@@ -9,3 +9,4 @@
IS_NULL_in_CASE
cardinality_of_expression_is_wrong.SF-2581617
subtraction_between_two_columns.SF-2582389
+serial_with_order_by_not_working.SF-2585592
--- NEW FILE: serial_with_order_by_not_working.SF-2585592.sql ---
create table t1_2585592 (num int, age int);
create table t2_2585592 (id serial, num int, age int);
insert into t1_2585592 values(1,3);
insert into t1_2585592 values(1,4);
insert into t1_2585592 values(3,3);
insert into t1_2585592 values(6,3);
insert into t1_2585592 values(2,3);
insert into t1_2585592 values(2,2);
insert into t1_2585592 values(5,1);
insert into t1_2585592 values(1,1);
insert into t2_2585592(num, age) select num, age from t1_2585592 order by num,
age;
select * from t2_2585592;
drop table t1_2585592;
drop table t2_2585592;
--- NEW FILE: serial_with_order_by_not_working.SF-2585592.stable.err ---
stderr of test 'serial_with_order_by_not_working.SF-2585592` in directory
'src/test/BugTracker-2009` itself:
# 17:15:44 >
# 17:15:44 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set gdk_nr_threads=0 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39193 --set
xrpc_port=44004 --set xrpc_docroot=/ufs/goncalve/MonetDB/stable/sql --set
monet_prompt= --trace "--dbname=mTests_src_test_BugTracker-2009" --set
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
# 17:15:44 >
# builtin opt gdk_arch = 64bitx86_64-unknown-linux-gnu
# builtin opt gdk_version = 1.28.0
# builtin opt monet_pid = 19152
# builtin opt prefix = /ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB
# 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 = 262144
# builtin opt gdk_alloc_map = yes
# builtin opt gdk_mem_pagebits = 14
# builtin opt gdk_vmtrim = yes
# builtin opt monet_admin = adm
# builtin opt monet_prompt = >
# builtin opt monet_welcome = yes
# builtin opt monet_mod_path =
${exec_prefix}/lib/MonetDB:${exec_prefix}/lib/bin
# 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 mapi_clients = 2
# builtin opt sql_debug = 0
# builtin opt sql_logdir = ${prefix}/var/MonetDB
# builtin opt xquery_logdir = ${prefix}/var/MonetDB
# builtin opt standoff_ns = http://monetdb.cwi.nl/standoff
# builtin opt standoff_start = start
# builtin opt standoff_end = end
# config opt prefix = /ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5
# config opt config = ${prefix}/etc/monetdb5.conf
# config opt prefix = /ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5
# config opt exec_prefix = ${prefix}
# config opt gdk_dbfarm = ${prefix}/var/MonetDB5/dbfarm
# config opt gdk_dbname = demo
# config opt gdk_alloc_map = no
# config opt gdk_embedded = no
# config opt gdk_debug = 0
# config opt monet_mod_path =
${exec_prefix}/lib/MonetDB5:${exec_prefix}/lib/MonetDB5/lib:${exec_prefix}/lib/MonetDB5/bin
# config opt monet_daemon = no
# config opt monet_welcome = yes
# config opt mero_msglog = ${prefix}/var/log/merovingian.log
# config opt mero_errlog = ${prefix}/var/log/merovingian.log
# config opt mero_timeinterval = 600
# config opt mero_pidfile = ${prefix}/var/run/merovingian.pid
# config opt mero_exittimeout = 7
# config opt mero_doproxy = yes
# config opt mero_discoveryttl = 600
# config opt mal_init = ${exec_prefix}/lib/MonetDB5/mal_init.mal
# config opt mal_listing = 2
# config opt checkpoint_dir = ${prefix}/var/MonetDB5/chkpnt
# config opt mapi_port = 50000
# config opt mapi_open = false
# config opt sql_logdir = ${prefix}/var/MonetDB5/sql_logs
# config opt sql_init = ${exec_prefix}/lib/MonetDB5/sql_init.sql
# cmdline opt config =
/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf
# cmdline opt gdk_nr_threads = 0
# cmdline opt monet_mod_path =
/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/bin
# cmdline opt gdk_dbfarm =
/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/dbfarm
# cmdline opt sql_logdir =
/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/sql_logs
# cmdline opt mapi_open = true
# cmdline opt xrpc_open = true
# cmdline opt mapi_port = 39193
# cmdline opt xrpc_port = 44004
# cmdline opt xrpc_docroot = /ufs/goncalve/MonetDB/stable/sql
# cmdline opt monet_prompt =
# cmdline opt gdk_dbname = mTests_src_test_BugTracker-2009
# cmdline opt mal_listing = 0
# cmdline opt gdk_debug = 10
#warning: please don't forget to set your vault key!
#(see /ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf)
# 17:15:44 >
# 17:15:44 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39193
# 17:15:44 >
# 17:18:03 >
# 17:18:03 > Done.
# 17:18:03 >
--- NEW FILE: serial_with_order_by_not_working.SF-2585592.stable.out ---
stdout of test 'serial_with_order_by_not_working.SF-2585592` in directory
'src/test/BugTracker-2009` itself:
# 17:15:44 >
# 17:15:44 > mserver5
"--config=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf"
--debug=10 --set gdk_nr_threads=0 --set
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/lib/MonetDB5/bin"
--set
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=39193 --set
xrpc_port=44004 --set xrpc_docroot=/ufs/goncalve/MonetDB/stable/sql --set
monet_prompt= --trace "--dbname=mTests_src_test_BugTracker-2009" --set
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
# 17:15:44 >
# MonetDB server v5.10.0, based on kernel v1.28.0
# Serving database 'mTests_src_test_BugTracker-2009', using 4 threads
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked
# Copyright (c) 1993-July 2008 CWI.
# Copyright (c) August 2008- MonetDB B.V., all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://alviss.ins.cwi.nl:39193/
# MonetDB/SQL module v2.28.0 loaded
Ready.
#function user.main():void;
# clients.quit();
#end main;
Over..
# 17:15:44 >
# 17:15:44 > mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=39193
# 17:15:44 >
[ 1 ]
[ 1 ]
[ 1 ]
[ 1 ]
[ 1 ]
[ 1 ]
[ 1 ]
[ 1 ]
[ 8 ]
% sys.t2_2585592, sys.t2_2585592, sys.t2_2585592 # table_name
% id, num, age # name
% int, int, int # type
% 1, 1, 1 # length
[ 1, 1, 1 ]
[ 2, 1, 3 ]
[ 3, 1, 4 ]
[ 4, 2, 2 ]
[ 5, 2, 3 ]
[ 6, 3, 3 ]
[ 7, 5, 1 ]
[ 8, 6, 3 ]
# 17:18:03 >
# 17:18:03 > Done.
# 17:18:03 >
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins