-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels