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

runIn Executor blocks #41

Closed
maciejmikosik opened this issue Jun 14, 2018 · 1 comment
Closed

runIn Executor blocks #41

maciejmikosik opened this issue Jun 14, 2018 · 1 comment
Assignees
Milestone

Comments

@maciejmikosik
Copy link
Owner

maciejmikosik commented Jun 14, 2018

runIn(Executor, Test) blocks until test is finished. Instead it should immediately return tests that are future tasks. This will make possible to return concurrent Suite to junit runner without blocking junit reporting during test run.

@maciejmikosik maciejmikosik self-assigned this Aug 19, 2018
@maciejmikosik maciejmikosik added this to the 0.15.0 milestone Aug 19, 2018
@maciejmikosik
Copy link
Owner Author

Method runIn was removed and replaced by 2 methods run(in(executor, test)).

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

1 participant