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

nomad/poc-2: shouldn't rely on cargo-nextest's retry flag to keep the server up #73

Open
steveej opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@steveej
Copy link
Member

steveej commented Mar 21, 2024

This seems like its at the wrong level to me still. This not what the test runner's retry is for and it absolutely can run away if the test doesn't pause and listen for connections for any reason.

If the developer needs to run the test more than once, I'd expect the coordinator to launch the server+client again rather than the server keeping itself alive indefinitely until killed.

Originally posted by @ThetaSinner in #60 (comment)

@steveej steveej added the enhancement New feature or request label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant