Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7439/src/test/BugTracker/Tests

Modified Files:
        set_sql_debug_64__breaking_the_DB.SF-1906287.py 
Log Message:
propagated changes of Wednesday Aug 19 2009 - Thursday Aug 20 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/19 - stmane:
        
src/test/BugTracker/Tests/set_sql_debug_64__breaking_the_DB.SF-1906287.py,1.5.8.1

in an attempt to avoid
"!MALException:setScenario:Scenario not initialized 'sql'"
on our (big-endian) Sun T1000 in the 64-bit case, only:

give server more time to start
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: set_sql_debug_64__breaking_the_DB.SF-1906287.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/set_sql_debug_64__breaking_the_DB.SF-1906287.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- set_sql_debug_64__breaking_the_DB.SF-1906287.py     29 Oct 2008 23:05:52 
-0000      1.5
+++ set_sql_debug_64__breaking_the_DB.SF-1906287.py     19 Aug 2009 23:07:17 
-0000      1.6
@@ -13,7 +13,7 @@
     sys.stderr.write('#mserver: "%s"\n' % (srvcmd))
     sys.stderr.flush()
     srv = os.popen(srvcmd, 'w')
-    time.sleep(2)                      # give server time to start
+    time.sleep(5)                      # give server time to start
     return srv
 
 def server_stop(srv):


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to