Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Sajith Kariyawasam
On Sun, Nov 22, 2015 at 10:01 PM, Rajkumar Rajaratnam wrote: > Hey Akila, > > Will verify with Sajith about IaaSProviderTestCase. > > Sorry guys, it was a mistake and not meant as a "failed" test case. Thanks for fixing it! :) Btw, found that the new test case added IaasProviderAttributeTest nee

Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Reka Thirunavukkarasu
Hi Raj, If it failed at the first place, then there might be some issue as this test used to work first time as i can remember..:) Thanks, Reka On Sun, Nov 22, 2015 at 10:01 PM, Rajkumar Rajaratnam wrote: > Hey Akila, > > Will verify with Sajith about IaaSProviderTestCase. > > Luckily, GroupTe

Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Rajkumar Rajaratnam
Hey Akila, Will verify with Sajith about IaaSProviderTestCase. Luckily, GroupTerminationBehaviorTestCase is failing at the first time :). Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 214.032 sec <<< FAILURE! - in TestSuite testTerminationBehavior(org.apache.stratos.integration

Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Akila Ravihansa Perera
Hi Raj, IaaSProviderTestCase has been added 2 days ago. I'm not sure why it was marked as disabled. Perhaps the test case was not complete? Better check that before enabling. Also GroupTerminationBehaviorTestCase and PartitionOneAfterAnotherClusterTestCase started failing intermittently. So don't

Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Rajkumar Rajaratnam
Thanks Akila. I have tested IaaSProviderTestCase and it passed, so I enabled and pushed the changes to 4.1.x. I will check why GroupTerminationBehaviorTestCase & PartitionOneAfterAnotherClusterTestCase are failing. Thanks, Raj. On Sun, Nov 22, 2015 at 1:57 PM, Akila Ravihansa Perera wrote: > Hi

Re: Why some test cases are excluded from integration tests?

2015-11-22 Thread Akila Ravihansa Perera
Hi Raj, These test cases were excluded because they were failing due to bugs (either in test case or Stratos components) and we didn't have enough time to fix those. I think we created JIRAs to track these and fix in a later release. Thanks. On Sun, Nov 22, 2015 at 12:39 PM, Rajkumar Rajaratnam

Why some test cases are excluded from integration tests?

2015-11-21 Thread Rajkumar Rajaratnam
Devs, The following test cases is annotated with "failed" group. As "failed" group is excluded in testng.xml, these test cases won't be executed in integration tests. GroupTerminationBehaviorTestCase IaaSProviderTestCase PartitionOneAfterAnotherClusterTestCase Any reason to do this? Thanks, Raj