You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (JIRA)" <ji...@apache.org> on 2013/06/06 16:37:19 UTC

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

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

Posted by Bertrand Delacretaz <bd...@apache.org>.
Hi,

On Thu, Jun 6, 2013 at 4:37 PM, Stefan Egli (JIRA) <ji...@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