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

improve patience for slow Hub in client tests #2808

Merged
merged 1 commit into from Jan 19, 2013

Conversation

minrk
Copy link
Member

@minrk minrk commented Jan 18, 2013

adds a first step in _wait_for_idle, where it waits for all tasks to arrive before waiting for no tasks to be running. On a super slow machine, it was possible for _wait_for_idle to return prematurely, before tasks had even started.

ought to close #2807

adds a first step in `_wait_for_idle`,
where it waits for all tasks to arrive before waiting for
no tasks to be running.  On a super slow machine,
it was possible for `_wait_for_idle` to return prematurely,
before tasks had even started.

ought to close ipython#2807
minrk added a commit that referenced this pull request Jan 19, 2013
improve patience for slow Hub in client tests

adds a first step in `_wait_for_idle`, where it waits for all tasks to arrive before waiting for no tasks to be running.  On a super slow machine, it was possible for `_wait_for_idle` to return prematurely, before tasks had even started.

closes #2807
@minrk minrk merged commit 9db8811 into ipython:master Jan 19, 2013
@minrk minrk deleted the parallel_wait branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
improve patience for slow Hub in client tests

adds a first step in `_wait_for_idle`, where it waits for all tasks to arrive before waiting for no tasks to be running.  On a super slow machine, it was possible for `_wait_for_idle` to return prematurely, before tasks had even started.

closes ipython#2807
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

Successfully merging this pull request may close these issues.

Test failure: IPython.parallel.tests.test_client.TestClient.test_purge_everything
1 participant