Skip to content

test_global_option fails #627

@jakirkham

Description

@jakirkham

This test recently started failing in PR ( #623 ). Marked as xfail, but would be good to investigate what's going on and fix if possible

08:54:28 =================================== FAILURES ===================================
08:54:28 ______________________________ test_global_option ______________________________
08:54:28 
08:54:28     def test_global_option():
08:54:28         for seg_size in ["2K", "1M", "2M"]:
08:54:28             p = mp.Process(target=_test_global_option, args=(seg_size,))
08:54:28             p.start()
08:54:28             p.join()
08:54:28 >           assert not p.exitcode
08:54:28 E           AssertionError: assert not 1
08:54:28 E            +  where 1 = <SpawnProcess name='SpawnProcess-89' pid=13771 parent=10006 stopped exitcode=1>.exitcode
08:54:28 
08:54:28 dask_cuda/tests/test_ucx_options.py:58: AssertionError

https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci-v0.20/job/dask-cuda/job/prb/job/dask-cuda-gpu-test/CUDA=11.2,GPU_LABEL=gpu,OS=ubuntu18.04,PYTHON=3.8/104/console

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