mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
92474: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud) 92384: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1) 92310: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5) 92297: MNT-9899: Change default value for db.pool.max to 275 Reenabled the ConnectionPoolOverloadTest. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94883 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,7 +34,6 @@ import org.apache.commons.lang.mutable.MutableInt;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
||||
@@ -91,7 +90,6 @@ public class ConnectionPoolOverloadTest
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("The test will fail if db.pool.wait.max=-1 as all the threads will successfully open the transactions.")
|
||||
public void testOverload() throws Exception
|
||||
{
|
||||
List<Thread> threads = new LinkedList<Thread>();
|
||||
|
Reference in New Issue
Block a user