Update of /cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv714
Modified Files:
Tag: MonetDB_4-18
All
Added Files:
Tag: MonetDB_4-18
sum_double_free.milS sum_double_free.stable.err
sum_double_free.stable.out sumpre.txt
Log Message:
added test for bug mailed by Agustin
double free in {sum}
--- NEW FILE: sum_double_free.stable.err ---
stderr of test 'sum_double_free` in directory 'tests/BugTracker` itself:
# 20:53:13 >
# 20:53:13 > Mtimeout -timeout 60 Mserver
"--config=/ufs/niels/scratch/g2/Linux-x86_64/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4:/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4/lib:/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/dbfarm"
--set "sql_logdir=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/sql_logs"
--set
"xquery_logdir=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/xquery_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=38362 --set
xrpc_port=40121 --set monet_prompt= --trace --dbname=mTests_tests_BugTracker
# 20:53:13 >
# 20:53:13 >
# 20:53:13 > Done.
# 20:53:13 >
--- NEW FILE: sum_double_free.stable.out ---
stdout of test 'sum_double_free` in directory 'tests/BugTracker` itself:
# 20:53:13 >
# 20:53:13 > Mtimeout -timeout 60 Mserver
"--config=/ufs/niels/scratch/g2/Linux-x86_64/etc/MonetDB.conf" --debug=10 --set
"monet_mod_path=/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4:/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4/lib:/ufs/niels/scratch/g2/Linux-x86_64/lib/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/dbfarm"
--set "sql_logdir=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/sql_logs"
--set
"xquery_logdir=/ufs/niels/scratch/g2/Linux-x86_64/var/MonetDB4/xquery_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=38362 --set
xrpc_port=40121 --set monet_prompt= --trace --dbname=mTests_tests_BugTracker
# 20:53:13 >
# MonetDB Server v4.19.0
# based on GDK v1.19.0
# Copyright (c) 1993-2007, 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.
module(ascii_io);
module(unix);
var TSTSRCDIR := getenv("TSTSRCDIR");
var b:=bat(str,int).import(TSTSRCDIR+"/sumpre.txt");
var x:={sum}(b);
print(x);
#---------------------------------#
# h t # name
# str int # type
#---------------------------------#
[ "Course", 117 ]
[ "Faculty", 77 ]
[ "ResearchProject", 39 ]
[ "Staff", 27 ]
[ "Student", 278 ]
[ "Other", 516 ]
quit();
# 20:53:13 >
# 20:53:13 > Done.
# 20:53:13 >
--- NEW FILE: sumpre.txt ---
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
"Course",1
[...1015 lines suppressed...]
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
"Other",1
Index: All
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests/All,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- All 8 May 2007 18:04:58 -0000 1.6
+++ All 22 Aug 2007 18:55:51 -0000 1.6.2.1
@@ -19,3 +19,4 @@
leftfetchjoin_crash.SF-1705726
outerjoin_bug.SF-1704972
delete_from_persistent_dense_BAT.SF-1713584
+sum_double_free
--- NEW FILE: sum_double_free.milS ---
module(ascii_io);
module(unix);
var TSTSRCDIR := getenv("TSTSRCDIR");
var b:=bat(str,int).import(TSTSRCDIR+"/sumpre.txt");
var x:={sum}(b);
print(x);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins