You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/06/22 14:58:31 UTC

[1/2] stratos git commit: This closes #374 on GitHub

Repository: stratos
Updated Branches:
  refs/heads/master ffef34578 -> 35db118b2


This closes #374 on GitHub


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/35db118b
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/35db118b
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/35db118b

Branch: refs/heads/master
Commit: 35db118b2f0e736aecdb550fc4b351aec2777933
Parents: 36e5d1d
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Mon Jun 22 18:28:26 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Mon Jun 22 18:28:26 2015 +0530

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] stratos git commit: Changing the thread pool size in pca test

Posted by la...@apache.org.
Changing the thread pool size in pca test


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/36e5d1d1
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/36e5d1d1
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/36e5d1d1

Branch: refs/heads/master
Commit: 36e5d1d1120b00ea64d70b3fa00ac7b2fd4b9cb0
Parents: ffef345
Author: Pubudu Gunatilaka <pu...@gmail.com>
Authored: Mon Jun 22 18:09:56 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Mon Jun 22 18:28:26 2015 +0530

----------------------------------------------------------------------
 .../python.cartridge.agent/test/PythonCartridgeAgentTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/36e5d1d1/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java b/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java
index 7fe9845..bb116ce 100644
--- a/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java
+++ b/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java
@@ -106,7 +106,7 @@ public class PythonCartridgeAgentTest {
         executorList = new HashMap<String, Executor>();
 
         if (!this.eventReceiverInitiated) {
-            ExecutorService executorService = StratosThreadPool.getExecutorService("TEST_THREAD_POOL", 5);
+            ExecutorService executorService = StratosThreadPool.getExecutorService("TEST_THREAD_POOL", 15);
             topologyEventReceiver = new TopologyEventReceiver();
             topologyEventReceiver.setExecutorService(executorService);
             topologyEventReceiver.execute();