List:Commits« Previous MessageNext Message »
From:rburnett Date:July 24 2007 12:08am
Subject:Connector/NET commit: r806 - branches/1.0/TestSuite
View as plain text  
Modified:
   branches/1.0/TestSuite/PoolingTests.cs
Log:
- Fixed problem where an attempt to open a connection max pool size times while the server is down will prevent any further attempts due to the pool semaphore being full. (Bug #29409)   
(forgot test suite file)

Modified: branches/1.0/TestSuite/PoolingTests.cs
===================================================================
--- branches/1.0/TestSuite/PoolingTests.cs	2007-07-24 00:06:55 UTC (rev 805)
+++ branches/1.0/TestSuite/PoolingTests.cs	2007-07-24 00:08:47 UTC (rev 806)
@@ -257,6 +257,29 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
\ No newline at end of file

Thread
Connector/NET commit: r806 - branches/1.0/TestSuiterburnett24 Jul