You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: