Re: Errors in Python agent live tests

2015-05-20 Thread Gayan Gunarathne
Hi, On Wed, May 20, 2015 at 12:56 PM, Chamila De Alwis wrote: > Hi, > > The error that Sajith has posted is due to the TIMEOUT value elapsing for > the last round of the test (out of three rounds which test various > configurations of the ArtifactUpdatedEvent). This is not a failure of a > produ

Re: Errors in Python agent live tests

2015-05-20 Thread Chamila De Alwis
Hi, The error that Sajith has posted is due to the TIMEOUT value elapsing for the last round of the test (out of three rounds which test various configurations of the ArtifactUpdatedEvent). This is not a failure of a product, however I have not been able to fix the test. IMO we can pass it as triv

Re: Errors in Python agent live tests

2015-05-20 Thread Gayan Gunarathne
As per the error logs, [2015-05-15 11:50:54,311] ERROR {eventhandler.py:run} - Error while executing plugin ExtensionExecutor: Could not find an extension file for event MemberInitializedEvent Traceback (most recent call last): Seems like the extension file for event MemberInitializedEvent.sh not

Re: Errors in Python agent live tests

2015-05-18 Thread Sajith Kariyawasam
Hi Imesh, Sorry for the late response. Yes, I had those prerequisites installed. On Fri, May 15, 2015 at 8:05 PM, Imesh Gunaratne wrote: > Hi Sajith, > > Did you install the prerequisites? > >pip install paho-mqtt >pip install psutil >pip install pexpect >pip install pycrypto >

Re: Errors in Python agent live tests

2015-05-15 Thread Imesh Gunaratne
Hi Sajith, Did you install the prerequisites? pip install paho-mqtt pip install psutil pip install pexpect pip install pycrypto pip install gitpython pip install yapsy On Fri, May 15, 2015 at 12:00 PM, Sajith Kariyawasam wrote: > Hi Devs, > > I did a "mvn clean install -Plive