Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce support for a custom test scheduler #16

Closed
ThomasKrieger opened this issue Nov 24, 2015 · 2 comments
Closed

Introduce support for a custom test scheduler #16

ThomasKrieger opened this issue Nov 24, 2015 · 2 comments

Comments

@ThomasKrieger
Copy link

Hello,
my use case is to execute the same testcase concurrently in different threads on the same test object to find race conditions. If I understand the api correctly this should be possible by using the annotation @testinstance PER_CLASS and the yet to be implemented but planned "Introduce support for registering parameterized tests #14". What is missing is an annotation for a custom scheduler which gets preferably the root EngineTestExecutionNode and is responsible for actually running the tests. Is something like this planned already?
Thank you very much
Thomas

@sbrannen
Copy link
Member

Hi @ThomasKrieger,

We are in fact considering to provide an extension point for the actual execution of a test; however, we have not yet gotten to the point where we can make that a reality in the current prototype.

As soon as make progress in this area, we will post back here.

Cheers,

Sam

@marcphilipp
Copy link
Member

This will be addressed by #871 and #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants