[jira] [Created] (SLING-2914) add load test for discovery.impl

2013-06-06 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-2914:
--

 Summary: add load test for discovery.impl
 Key: SLING-2914
 URL: https://issues.apache.org/jira/browse/SLING-2914
 Project: Sling
  Issue Type: Test
  Components: Extensions
Affects Versions: Discovery Impl 1.0.0
Reporter: Stefan Egli
Assignee: Stefan Egli


Add heavier tests to discovery.impl which turn on/off certain instances in a 
cluster to see if the cluster view handling of discovery.impl is 
stress-resistant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [jira] [Created] (SLING-2914) add load test for discovery.impl

2013-06-06 Thread Bertrand Delacretaz
Hi,

On Thu, Jun 6, 2013 at 4:37 PM, Stefan Egli (JIRA) j...@apache.org wrote:
 Stefan Egli created SLING-2914:
...
 Add heavier tests to discovery.impl which turn on/off certain instances in a 
 cluster...

FWIW, I've been playing with JUnit Rules recently and that's quite
powerful, might be useful for your tests.
http://eclipsesource.com/blogs/2013/05/23/a-rule-to-test-them-all-at-once/
is a good example.

-Bertrand