-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Broken distributed test #1903
Comments
@mrocklin - was there a namespace change with the |
mrocklin
added a commit
to mrocklin/xarray
that referenced
this issue
Feb 12, 2018
This internal state was changed in the latest release Fixes pydata#1903
4 tasks
See #1904
…On Mon, Feb 12, 2018 at 11:13 AM, Joe Hamman ***@***.***> wrote:
@mrocklin <https://github.com/mrocklin> - was there a namespace change
with the task_state property?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1903 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AASszLms9vfGVkPbDtBE3tQ73xnXWvieks5tUGMLgaJpZM4SB28V>
.
|
fmaussion
pushed a commit
that referenced
this issue
Feb 12, 2018
This internal state was changed in the latest release Fixes #1903
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recent distributed update (1.20.2) broke a test: https://github.com/pydata/xarray/blob/master/xarray/tests/test_distributed.py#L57-L84
It fails with:
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/distributed/utils_test.py:749:
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/ioloop.py:458: in run_sync
return future_cell[0].result()
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/concurrent.py:238: in result
raise_exc_info(self._exc_info)
:4: in raise_exc_info
???
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/gen.py:1069: in run
yielded = self.gen.send(value)
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/distributed/utils_test.py:737: in coro
result = yield func(*args)
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/gen.py:1055: in run
value = future.result()
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/concurrent.py:238: in result
raise_exc_info(self._exc_info)
:4: in raise_exc_info
???
../../../../.pyvirtualenvs/py3/lib/python3.5/site-packages/tornado/gen.py:1069: in run
yielded = self.gen.send(value)
c = <Client: not connected>
s = <Scheduler: "tcp://127.0.0.1:38907" processes: 0 cores: 0>
a = <Worker: tcp://127.0.0.1:46497, closed, stored: 0, running: 0/1, ready: 0, comm: 0, waiting: 0>
b = <Worker: tcp://127.0.0.1:33287, closed, stored: 0, running: 0/2, ready: 0, comm: 0, waiting: 0>
E AttributeError: 'Scheduler' object has no attribute 'task_state'
The text was updated successfully, but these errors were encountered: