Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24876/src/test/BugTracker-2009/Tests
Modified Files:
Tag: Nov2009
AVG_of_SQRT.SF-2757642.test.sql.in
Log Message:
propagated changes of Wednesday Oct 14 2009
from the Aug2009 branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/14 - sjoerd:
src/test/BugTracker-2009/Tests/AVG_of_SQRT.SF-2757642.test.sql.in,1.3.2.1
Split off clean up code from main test so that if the main test
times out (which happens a lot), the cleanup still takes place,
benefitting subsequent tests.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: AVG_of_SQRT.SF-2757642.test.sql.in
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/AVG_of_SQRT.SF-2757642.test.sql.in,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- AVG_of_SQRT.SF-2757642.test.sql.in 9 Jun 2009 07:53:43 -0000 1.3
+++ AVG_of_SQRT.SF-2757642.test.sql.in 14 Oct 2009 08:22:14 -0000 1.3.4.1
@@ -2,4 +2,5 @@
copy 100000000 records into n8 from '$QTSTTRGDIR/AVG_of_SQRT.SF-2757642.csv';
select 'count(n8) == 100000000', count(*), 'avg(n8) == 1.21', avg(a),
'avg(sqrt(n8)) == 1.1', avg(sqrt(a)) from n8;
select 'avg(sqrt(n8)) == 1.1', avg(sqrt(a)) from n8;
-drop table n8;
+-- clean up in separate test so that when this one times out other
+-- tests don't suffer
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins