Skip to content

Test CI#3958

Closed
mrocklin wants to merge 1 commit intodask:masterfrom
mrocklin:test-ci-123
Closed

Test CI#3958
mrocklin wants to merge 1 commit intodask:masterfrom
mrocklin:test-ci-123

Conversation

@mrocklin
Copy link
Member

No description provided.

@quasiben
Copy link
Member

The failing test passes for me locally with master:

Details
❯ 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

@mrocklin
Copy link
Member Author

mrocklin commented Jul 14, 2020 via email

@quasiben
Copy link
Member

Github action tests pass -- I think we can close

@mrocklin mrocklin closed this Jul 14, 2020
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.

2 participants