Skip to content

Tests should use process-based dask #1051

Open
@benjeffery

Description

@benjeffery

#1043 shows that we should test with a processed-based dask cluster.

I've tried this by adding client = dask.distributed.Client(n_workers=1, threads_per_worker=1) to conftest.py but I get segfaults in workers. Attaching GDB to the workers shows that the segfaults are in several numba gufuncs such as count_alleles and cohort_sum. Deleting the __pycache__ will sometimes stop a particular test from failing, which is disconcerting!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions