Re: Python Cartridge Agent Test Failure

2015-06-22 Thread Pubudu Gunatilaka
Hi Gayan, We can make this as a configurable value. But we don't need to change the default thread pool size unless we add artifact repositories as test cases which we have to do it in the source code. So I don't find there is a need to make this as a configurable value. Thank you! On Mon, Jun 2

Re: Python Cartridge Agent Test Failure

2015-06-22 Thread Gayan Gunarathne
> > > On Mon, Jun 22, 2015 at 6:24 PM, Pubudu Gunatilaka > wrote: > >> Hi Devs, >> >> According to the offline chat I had with Imesh, I increased the thread >> pool size to 15. It would be a more acceptable solution rather than having >> separate executor services for each test. Executor services

Re: Python Cartridge Agent Test Failure

2015-06-22 Thread Lahiru Sandaruwan
Merged! On Mon, Jun 22, 2015 at 6:24 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > According to the offline chat I had with Imesh, I increased the thread > pool size to 15. It would be a more acceptable solution rather than having > separate executor services for each test. Executor services has t

Re: Python Cartridge Agent Test Failure

2015-06-22 Thread Pubudu Gunatilaka
Hi Devs, According to the offline chat I had with Imesh, I increased the thread pool size to 15. It would be a more acceptable solution rather than having separate executor services for each test. Executor services has to maintain properly and it won't happen if we use separate executor services i

Re: Python Cartridge Agent Test Failure

2015-06-21 Thread Pubudu Gunatilaka
Hi Imesh, I found the root cause for this issue. ExecutorService executorService = StratosThreadPool.getExecutorService("TEST_THREAD_POOL", 5); We are using StratosThreadPool utility class to create or get already exist executor service. "TEST_THREAD_POOL" is the identifier or the key we used in

Re: Python Cartridge Agent Test Failure

2015-06-21 Thread Imesh Gunaratne
Yes I'm also seeing the same, we need to investigate this. Thanks On Sunday, June 21, 2015, Pubudu Gunatilaka wrote: > Hi Devs, > > I ran the live test in python cartridge agent(PCA) and it was failed. > There are 3 tests in the PCA and they run on based on the artifacts which > is taken from a

Python Cartridge Agent Test Failure

2015-06-21 Thread Pubudu Gunatilaka
Hi Devs, I ran the live test in python cartridge agent(PCA) and it was failed. There are 3 tests in the PCA and they run on based on the artifacts which is taken from a public repo and a private repo. Each test uses defined artifacts as parameters. When I ran all the 3 tests, which is the default