Update of /cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22116/tests/BugTracker/Tests

Modified Files:
      Tag: GDK-2
        All 
Added Files:
      Tag: GDK-2
        sum_double_free.milS sum_double_free.stable.err 
        sum_double_free.stable.out sumpre.txt 
Log Message:
propagated changes of Tuesday Aug 21 2007 - Thursday Aug 23 2007
from the development trunk to the GDK-2 branch


--- 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.4.1
diff -u -d -r1.6 -r1.6.4.1
--- All 8 May 2007 18:04:58 -0000       1.6
+++ All 23 Aug 2007 13:15:32 -0000      1.6.4.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

Reply via email to