Chris Berry

Results 7 comments of Chris Berry

Hey @udhos , thanks for submitting this PR. Sorry it was left hanging for all this time. Someone should have reviewed it and worked to get it merged, as it...

It should be catching and retrying those tests. Which version of Spock are you running? The [0.1 release](https://github.com/anotherchrisberry/spock-retry/releases/tag/0.1) should work with Spock 1.0, but if you're using 0.7, you'd have...

Ah, yeah, looks like it doesn't re-run `setupSpec` methods in superclasses. Shouldn't be that hard to implement, but I probably will not get to it until this weekend.

Can you give this a shot and see if it handles the issues you're seeing? https://github.com/anotherchrisberry/spock-retry/pull/5

That makes sense. I am on vacation but will take a look at this next week.

Unfortunately, I don't see an easy way to re-execution previous specs. I'll leave this open; maybe someone can figure out a way to handle this.