Skip to content

Dask distributed integration tests are failing on master #1292

Closed
@shoyer

Description

@shoyer

For example:

_______________ test_dask_distributed_integration_test[netcdf4] ________________
loop = <tornado.platform.epoll.EPollIOLoop object at 0x7f4c45739710>
engine = 'netcdf4'
    @pytest.mark.parametrize('engine', ENGINES)
    def test_dask_distributed_integration_test(loop, engine):
        with cluster() as (s, _):
>           with distributed.Client(('127.0.0.1', s['port']), loop=loop):
E           KeyError: 'port'

@mrocklin did you change the API for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions