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

Allow user to register new RunOrder in Surefire & integrate this code with Smart Testing #244

Open
dipak-pawar opened this issue Oct 27, 2017 · 5 comments

Comments

@dipak-pawar
Copy link
Contributor

Surefire has it's own runorder which is surefire internally using to order test classes.

Currently there is no way to add new runorder & ask surefire to order test classes as per new runorder.

Work on surefire code to provide support for this such a that you can register your own runorder.
So we can implement our own runorder for new, affected, changed, failed.

While working on this once you have everything in place in surefire code. Try to integrate new surefire code with Smart testing & check for any missing things for integrations

@dipak-pawar
Copy link
Contributor Author

You can find all latest surefire related work for this here & integration related work here.

@bartoszmajsak
Copy link
Member

bartoszmajsak commented Oct 30, 2017

Thanks @dipak-pawar. When you open PR to Surefire upstream can you link it here?

@dipak-pawar
Copy link
Contributor Author

PR opened to surefire apache/maven-surefire#169

@bartoszmajsak
Copy link
Member

Great stuff @dipak-pawar, let's see how it goes from now.

@bartoszmajsak
Copy link
Member

Setting as blocked, as we are depending on external PR

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

2 participants