Re: Integration test for server restart scenario

2015-12-02 Thread Imesh Gunaratne
Fabulous work guys!! It's very nice to see we are improving the test coverage day by day and making the product much more stable. Thanks On Mon, Nov 30, 2015 at 8:59 AM, Akila Ravihansa Perera wrote: > Hi Raj, > > Great work Raj! > > I've improved the restart test case to assert whether cluster

Re: Integration test for server restart scenario

2015-11-29 Thread Akila Ravihansa Perera
Hi Raj, Great work Raj! I've improved the restart test case to assert whether cluster monitors are re-created after the server restart. Earlier this was not possible due to thread sync issues in mock IaaS. I've fixed those issues now. Restart test case will terminate all mock instances after serv

Integration test for server restart scenario

2015-11-23 Thread Rajkumar Rajaratnam
Hi, We are experiencing quite a lot server restart issues recently. I have written a server restart integration test which will verify whether the server is recovering to the previous state on restart. More information on [1]. As part of this effort, we had to upgrade testng from 6.1.1 to 6.9.9, b