Closed
Conversation
Member
|
The failing test passes for me locally with master: DetailsI'm running through all tests now and i kicked off another CI run to see if it is intermittent |
Member
Author
|
Try installing the same setup as Travis CI. The install script should be
runnable locally.
…On Mon, Jul 13, 2020, 8:35 PM Benjamin Zaitlen ***@***.***> wrote:
The failing test passes for me locally with master:
❯ py.test -s -v distributed/tests/test_client.py::test_auto_normalize_collection_sync
============================================================================================================ test session starts =============================================================================================================
platform darwin -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 -- /Users/bzaitlen/miniconda3/envs/dask-dev/bin/python
cachedir: .pytest_cache
benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /Users/bzaitlen/Documents/GitHub/distributed, inifile: setup.cfg
plugins: asyncio-0.10.0, benchmark-3.2.3
collected 1 item
distributed/tests/test_client.py::test_auto_normalize_collection_sync distributed.scheduler - INFO - Clear task state
distributed.scheduler - INFO - Scheduler at: tcp://127.0.0.1:58464
distributed.scheduler - INFO - dashboard at: 127.0.0.1:8787
distributed.worker - INFO - Start worker at: tcp://127.0.0.1:58465
distributed.worker - INFO - Start worker at: tcp://127.0.0.1:58466
distributed.worker - INFO - Listening to: tcp://127.0.0.1:58466
distributed.worker - INFO - Listening to: tcp://127.0.0.1:58465
distributed.worker - INFO - dashboard at: 127.0.0.1:58468
distributed.worker - INFO - dashboard at: 127.0.0.1:58467
distributed.worker - INFO - Waiting to connect to: tcp://127.0.0.1:58464
distributed.worker - INFO - Waiting to connect to: tcp://127.0.0.1:58464
distributed.worker - INFO - -------------------------------------------------
distributed.worker - INFO - -------------------------------------------------
distributed.worker - INFO - Threads: 1
distributed.worker - INFO - Threads: 1
distributed.worker - INFO - Memory: 17.18 GB
distributed.worker - INFO - Memory: 17.18 GB
distributed.worker - INFO - Local Directory: /Users/bzaitlen/Documents/GitHub/distributed/_test_worker-c37ce470-8ea3-410b-9a17-5069bf56b178/dask-worker-space/worker-cxjpptvr
distributed.worker - INFO - Local Directory: /Users/bzaitlen/Documents/GitHub/distributed/_test_worker-010ecd69-4544-47f2-9cb3-acced332bcdf/dask-worker-space/worker-27kyvbki
distributed.worker - INFO - -------------------------------------------------
distributed.worker - INFO - -------------------------------------------------
distributed.scheduler - INFO - Register worker <Worker 'tcp://127.0.0.1:58465', name: tcp://127.0.0.1:58465, memory: 0, processing: 0>
distributed.scheduler - INFO - Starting worker compute stream, tcp://127.0.0.1:58465
distributed.core - INFO - Starting established connection
distributed.scheduler - INFO - Register worker <Worker 'tcp://127.0.0.1:58466', name: tcp://127.0.0.1:58466, memory: 0, processing: 0>
distributed.worker - INFO - Registered to: tcp://127.0.0.1:58464
distributed.worker - INFO - -------------------------------------------------
distributed.scheduler - INFO - Starting worker compute stream, tcp://127.0.0.1:58466
distributed.core - INFO - Starting established connection
distributed.core - INFO - Starting established connection
distributed.worker - INFO - Registered to: tcp://127.0.0.1:58464
distributed.worker - INFO - -------------------------------------------------
distributed.core - INFO - Starting established connection
distributed.scheduler - INFO - Receive client connection: Client-5fa9cec2-c581-11ea-8957-3af9d31f5fe3
distributed.core - INFO - Starting established connection
PASSEDdistributed.scheduler - INFO - Remove client Client-5fa9cec2-c581-11ea-8957-3af9d31f5fe3
distributed.scheduler - INFO - Remove client Client-5fa9cec2-c581-11ea-8957-3af9d31f5fe3
distributed.scheduler - INFO - Close client connection: Client-5fa9cec2-c581-11ea-8957-3af9d31f5fe3
distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:58466
distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:58465
distributed.scheduler - INFO - Remove worker <Worker 'tcp://127.0.0.1:58466', name: tcp://127.0.0.1:58466, memory: 0, processing: 0>
distributed.core - INFO - Removing comms to tcp://127.0.0.1:58466
distributed.scheduler - INFO - Remove worker <Worker 'tcp://127.0.0.1:58465', name: tcp://127.0.0.1:58465, memory: 0, processing: 0>
distributed.core - INFO - Removing comms to tcp://127.0.0.1:58465
distributed.scheduler - INFO - Lost all workers
distributed.utils - ERROR -
Traceback (most recent call last):
File "/Users/bzaitlen/Documents/GitHub/distributed/distributed/utils.py", line 656, in log_errors
yield
File "/Users/bzaitlen/Documents/GitHub/distributed/distributed/worker.py", line 1177, in close
await ServerNode.close(self)
concurrent.futures._base.CancelledError
distributed.utils - ERROR -
Traceback (most recent call last):
File "/Users/bzaitlen/Documents/GitHub/distributed/distributed/utils.py", line 656, in log_errors
yield
File "/Users/bzaitlen/Documents/GitHub/distributed/distributed/worker.py", line 1177, in close
await ServerNode.close(self)
concurrent.futures._base.CancelledError
distributed.scheduler - INFO - Scheduler closing...
distributed.scheduler - INFO - Scheduler closing all comms
========================================================================================================= slowest 10 test durations ==========================================================================================================
2.17s teardown distributed/tests/test_client.py::test_auto_normalize_collection_sync
2.04s call distributed/tests/test_client.py::test_auto_normalize_collection_sync
1.26s setup distributed/tests/test_client.py::test_auto_normalize_collection_sync
============================================================================================================= 1 passed in 6.58s ==============================================================================================================
I'm running through all tests now and i kicked off another CI run to see
if it is intermittent
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKZTB6FYKM2MV7ZJK5T4LR3PG7DANCNFSM4OY4BBUA>
.
|
Member
|
Github action tests pass -- I think we can close |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.