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 server to start on random available ports #120

Open
rslemos opened this issue Aug 4, 2022 · 0 comments
Open

Allow server to start on random available ports #120

rslemos opened this issue Aug 4, 2022 · 0 comments

Comments

@rslemos
Copy link

rslemos commented Aug 4, 2022

It would be nice to allow the server to start on random available ports.

That is relevant in the context of a continuous integration server, because many projects might be using arquillian for integration testing, and many jobs could happen to be running in parallel.

It would be sad if one job failed because "address is alreay in use".
Or even worse: project A exercise its endpoints onto a server brought up by another branch of same project A (and another CI job).

Besides starting on random port, that chosen port must be captured by @ArquillianResource private URI serverURI.

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

No branches or pull requests

1 participant