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

Run notebook/formgrader/jupyterhub on random ports during tests #508

Merged
merged 1 commit into from
Apr 30, 2016

Conversation

jhamrick
Copy link
Member

Sometimes the subprocesses don't exit cleanly if the test fail, which then makes subsequent tests fail (because the ports aren't available). Also, if there is something else already running on the ports that are expected to be free, the tests will fail. So, this makes the subprocesses run on random ports instead.

Ideally, the subprocesses should always exit cleanly, but that's a separate issue.

@jhamrick jhamrick added this to the 0.3.0 milestone Apr 30, 2016
@jhamrick jhamrick merged commit d387bdf into jupyter:master Apr 30, 2016
@jhamrick jhamrick deleted the formgrader-port branch April 30, 2016 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant