Update of /cvsroot/monetdb/sql/src/test/bugs/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10969/src/test/bugs/Tests
Modified Files:
Tag: May2009
except-union-intersect-bug-sf-1146079.stable.out
Log Message:
approved output.
fixed test
U except-union-intersect-bug-sf-1146079.stable.out
Index: except-union-intersect-bug-sf-1146079.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/bugs/Tests/except-union-intersect-bug-sf-1146079.stable.out,v
retrieving revision 1.8
retrieving revision 1.8.8.1
diff -u -d -r1.8 -r1.8.8.1
--- except-union-intersect-bug-sf-1146079.stable.out 9 Apr 2008 10:43:41
-0000 1.8
+++ except-union-intersect-bug-sf-1146079.stable.out 8 Jun 2009 06:38:25
-0000 1.8.8.1
@@ -1,30 +1,34 @@
stdout of test 'except-union-intersect-bug-sf-1146079` in directory
'src/test/bugs` itself:
-# 20:14:43 >
-# 20:14:43 > Mtimeout -timeout 300 Mserver
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/MonetDB.conf"
--debug=10 --set
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/bin"
--set
"gdk_dbfarm=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/dbfarm"
--set
"sql_logdir=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/log"
--set mapi_port=36933 --set sql_port=44855 --set xquery_port=59461 --set
monet_prompt= --trace "--dbname=mTests_src_test_bugs"
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 20:14:43 >
-
-# Monet Database Server V4.9.3
-# Copyright (c) 1993-2005, CWI. All rights reserved.
-# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically
linked.
-# Visit http://monetdb.cwi.nl/ for further information.
+# 08:04:12 >
+# 08:04:12 > mserver5
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf" --debug=10
--set gdk_nr_threads=0 --set
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin"
--set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm"
--set mapi_open=true --set xrpc_open=true --set mapi_port=30729 --set
xrpc_port=48326 --set monet_prompt= --trace "--dbname=mTests_src_test_bugs"
--set mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 08:04:12 >
-printf("\nReady.\n");
+# MonetDB server v5.12.0, based on kernel v1.30.0
+# Serving database 'mTests_src_test_bugs', 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-2009 MonetDB B.V., all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:30729/
+# MonetDB/SQL module v2.30.0 loaded
Ready.
-quit();
+#function user.main():void;
+# clients.quit();
+#end main;
Over..
-# 20:14:43 >
-# 20:14:43 > Mtimeout -timeout 180
./except-union-intersect-bug-sf-1146079.SQL
except-union-intersect-bug-sf-1146079
-# 20:14:43 >
+# 08:04:13 >
+# 08:04:13 > ./except-union-intersect-bug-sf-1146079.SQL.sh
except-union-intersect-bug-sf-1146079
+# 08:04:13 >
-# 20:14:43 >
-# 20:14:43 > Mtimeout -timeout 60 java -jar
/net/pegasus.ins.cwi.nl/export/scratch1/fabian/monetdb/current/build-pegasus.ins.cwi.nl/sql/src/jdbc/jdbcclient-1.2.jar
-h localhost -p 44855 -e -f
../../../../..//current/sql/src/test/bugs/Tests/../except-union-intersect-bug-sf-1146079.sql
-# 20:14:43 >
+# 08:04:13 >
+# 08:04:13 > Mtimeout -timeout 60 java nl.cwi.monetdb.client.JdbcClient -h
alf -p 30729 -d mTests_src_test_bugs -e -f
"../../../../../../../../scratch1/niels/rc/sql/src/test/bugs/Tests/../except-union-intersect-bug-sf-1146079.sql"
+# 08:04:13 >
START TRANSACTION;
Operation successful
@@ -206,34 +210,34 @@
Operation successful
SELECT class FROM a EXCEPT SELECT 16; -- all but 16
-+--------+
++-------+
| class |
-+========+
++=======+
| 17 |
| 2 |
| 11 |
| 18 |
-+--------+
++-------+
4 rows
SELECT class FROM a UNION SELECT 16; -- all with 16 (distinct so invisible)
+--------+
-| class |
+| class |
+========+
-| 17 |
-| 2 |
-| 16 |
-| 11 |
-| 18 |
+| 17 |
+| 2 |
+| 16 |
+| 11 |
+| 18 |
+--------+
5 rows
SELECT class FROM a INTERSECT SELECT 16; -- just 16
-+--------+
++-------+
| class |
-+========+
++=======+
| 16 |
-+--------+
++-------+
1 row
ROLLBACK;
@@ -245,9 +249,9 @@
Operation successful
SELECT * FROM a EXCEPT SELECT * FROM b; -- should be last 50% of a
-+----------+--------+
++----------+-------+
| property | class |
-+==========+========+
++==========+=======+
| 29 | 16 |
| 12 | 16 |
| 13 | 11 |
@@ -256,43 +260,43 @@
| 23 | 18 |
| 24 | 18 |
| 15 | 16 |
-+----------+--------+
++----------+-------+
8 rows
SELECT * FROM a UNION SELECT * FROM b; -- should be a + last 50% of b
+----------+--------+
-| property | class |
+| property | class |
+==========+========+
-| 1 | 17 |
-| 21 | 17 |
-| 22 | 17 |
-| 20 | 2 |
-| 19 | 17 |
-| 4 | 16 |
-| 5 | 16 |
-| 6 | 16 |
-| 29 | 16 |
-| 12 | 16 |
-| 13 | 11 |
-| 26 | 16 |
-| 25 | 16 |
-| 23 | 18 |
-| 24 | 18 |
-| 15 | 16 |
-| 28 | 15 |
-| 11 | 15 |
-| 12 | 10 |
-| 25 | 15 |
-| 24 | 15 |
-| 23 | 17 |
-| 14 | 15 |
+| 1 | 17 |
+| 21 | 17 |
+| 22 | 17 |
+| 20 | 2 |
+| 19 | 17 |
+| 4 | 16 |
+| 5 | 16 |
+| 6 | 16 |
+| 29 | 16 |
+| 12 | 16 |
+| 13 | 11 |
+| 26 | 16 |
+| 25 | 16 |
+| 23 | 18 |
+| 24 | 18 |
+| 15 | 16 |
+| 28 | 15 |
+| 11 | 15 |
+| 12 | 10 |
+| 25 | 15 |
+| 24 | 15 |
+| 23 | 17 |
+| 14 | 15 |
+----------+--------+
23 rows
SELECT * FROM a INTERSECT SELECT * FROM b; -- should be first 50% of a
-+----------+--------+
++----------+-------+
| property | class |
-+==========+========+
++==========+=======+
| 1 | 17 |
| 21 | 17 |
| 22 | 17 |
@@ -301,7 +305,7 @@
| 4 | 16 |
| 5 | 16 |
| 6 | 16 |
-+----------+--------+
++----------+-------+
8 rows
ROLLBACK;
@@ -314,14 +318,17 @@
Operation successful
SELECT class FROM a EXCEPT ALL SELECT 16; -- all but one 16 (will have 16 in
output!)
-+--------+
++-------+
| class |
-+========+
++=======+
| 17 |
| 17 |
| 17 |
| 17 |
| 2 |
+| 11 |
+| 18 |
+| 18 |
| 16 |
| 16 |
| 16 |
@@ -329,42 +336,39 @@
| 16 |
| 16 |
| 16 |
-| 11 |
-| 18 |
-| 18 |
-+--------+
++-------+
15 rows
SELECT class FROM a UNION ALL SELECT 16; -- all plus 16
+--------+
-| class |
+| class |
+========+
-| 17 |
-| 17 |
-| 17 |
-| 2 |
-| 17 |
-| 16 |
-| 16 |
-| 16 |
-| 16 |
-| 16 |
-| 11 |
-| 16 |
-| 16 |
-| 18 |
-| 18 |
-| 16 |
-| 16 |
+| 17 |
+| 17 |
+| 17 |
+| 2 |
+| 17 |
+| 16 |
+| 16 |
+| 16 |
+| 16 |
+| 16 |
+| 11 |
+| 16 |
+| 16 |
+| 18 |
+| 18 |
+| 16 |
+| 16 |
+--------+
17 rows
SELECT class FROM a INTERSECT ALL SELECT 16; -- just one 16 (!)
-+--------+
++-------+
| class |
-+========+
++=======+
| 16 |
-+--------+
++-------+
1 row
ROLLBACK;
@@ -378,9 +382,9 @@
Operation successful
SELECT * FROM a EXCEPT ALL SELECT * FROM b; -- last 50% of a
-+----------+--------+
++----------+-------+
| property | class |
-+==========+========+
++==========+=======+
| 29 | 16 |
| 12 | 16 |
| 13 | 11 |
@@ -389,66 +393,66 @@
| 23 | 18 |
| 24 | 18 |
| 15 | 16 |
-+----------+--------+
++----------+-------+
8 rows
SELECT class FROM a EXCEPT ALL SELECT class FROM b; -- a minus the elements
from b that are in a (if count(x) in a > count(x) in b, x will appear in output)
-+--------+
++-------+
| class |
-+========+
++=======+
+| 11 |
+| 18 |
+| 18 |
| 16 |
| 16 |
| 16 |
| 16 |
| 16 |
-| 11 |
-| 18 |
-| 18 |
-+--------+
++-------+
8 rows
SELECT * FROM a UNION ALL SELECT * FROM b; -- a + b
+----------+--------+
-| property | class |
+| property | class |
+==========+========+
-| 1 | 17 |
-| 21 | 17 |
-| 22 | 17 |
-| 20 | 2 |
-| 19 | 17 |
-| 4 | 16 |
-| 5 | 16 |
-| 6 | 16 |
-| 29 | 16 |
-| 12 | 16 |
-| 13 | 11 |
-| 26 | 16 |
-| 25 | 16 |
-| 23 | 18 |
-| 24 | 18 |
-| 15 | 16 |
-| 1 | 17 |
-| 21 | 17 |
-| 22 | 17 |
-| 20 | 2 |
-| 19 | 17 |
-| 4 | 16 |
-| 5 | 16 |
-| 6 | 16 |
-| 28 | 15 |
-| 11 | 15 |
-| 12 | 10 |
-| 25 | 15 |
-| 24 | 15 |
-| 23 | 17 |
-| 14 | 15 |
+| 1 | 17 |
+| 21 | 17 |
+| 22 | 17 |
+| 20 | 2 |
+| 19 | 17 |
+| 4 | 16 |
+| 5 | 16 |
+| 6 | 16 |
+| 29 | 16 |
+| 12 | 16 |
+| 13 | 11 |
+| 26 | 16 |
+| 25 | 16 |
+| 23 | 18 |
+| 24 | 18 |
+| 15 | 16 |
+| 1 | 17 |
+| 21 | 17 |
+| 22 | 17 |
+| 20 | 2 |
+| 19 | 17 |
+| 4 | 16 |
+| 5 | 16 |
+| 6 | 16 |
+| 28 | 15 |
+| 11 | 15 |
+| 12 | 10 |
+| 25 | 15 |
+| 24 | 15 |
+| 23 | 17 |
+| 14 | 15 |
+----------+--------+
31 rows
SELECT * FROM a INTERSECT ALL SELECT * FROM b; -- first 50% of a
-+----------+--------+
++----------+-------+
| property | class |
-+==========+========+
++==========+=======+
| 1 | 17 |
| 21 | 17 |
| 22 | 17 |
@@ -457,13 +461,13 @@
| 4 | 16 |
| 5 | 16 |
| 6 | 16 |
-+----------+--------+
++----------+-------+
8 rows
SELECT class FROM a INTERSECT ALL SELECT class FROM b; -- only those that are
both in a and b (min(count(a, x), count(b, x)) !!!
-+--------+
++-------+
| class |
-+========+
++=======+
| 17 |
| 17 |
| 17 |
@@ -472,7 +476,7 @@
| 16 |
| 16 |
| 16 |
-+--------+
++-------+
8 rows
ROLLBACK;
@@ -493,7 +497,7 @@
Operation successful
-# 20:14:43 >
-# 20:14:43 > Done.
-# 20:14:43 >
+# 08:04:13 >
+# 08:04:13 > Done.
+# 08:04:13 >
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins