2p Considering our compute tests take ages and cost more resources than
creating 10k objects, I'd just add a live test on this.  There have been
many pagination, etc related issues in past years to support this being a
standard test.


On Wed, Jul 3, 2013 at 9:47 AM, Jeremy Daggett <[email protected]>wrote:

> jclouds-devs,
>
> I have a situation where I want to test Swift container limits (>10k
> objects) via a live test. This would be more of the category of "stress"
> test, but do we really have that notion in jclouds?
>
> I don't believe that this is the kind of test case that would be run with
> every single execution of the live tests, so I am not clear on which
> direction to go.
>
> What have others done in the past for test cases that might be *very* long
> running, and only run every so often?  Has this been solved in the past?
>
> I believe that I could add a TestNG group in the @Test annotation like
> this on the actual method:
>
> @Test(groups = {"live", "stress"} )
> public voide testContainerLimits() {
>   ...
> }
>
> Then I can just specify the groups I want to run, and away we go!
>
> WDYT? Any insight is appreciated, thanks!
>
> /jd
>
> --
> You received this message because you are subscribed to the Google Groups
> "jclouds-dev (DEPRECATED)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/jclouds-dev.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

Reply via email to