dask-cuda 23.10.0a230823__py3-none-any.whl → 23.10.0a230825__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -500,5 +500,12 @@ def test_worker_timeout():
500
500
  )
501
501
 
502
502
  assert "closing nanny at" in ret.stderr.lower()
503
- assert "reason: nanny-close" in ret.stderr.lower()
503
+
504
+ # Depending on the environment, the error raised may be different
505
+ try:
506
+ assert "reason: failure-to-start-" in ret.stderr.lower()
507
+ assert "timeouterror" in ret.stderr.lower()
508
+ except AssertionError:
509
+ assert "reason: nanny-close" in ret.stderr.lower()
510
+
504
511
  assert ret.returncode == 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dask-cuda
3
- Version: 23.10.0a230823
3
+ Version: 23.10.0a230825
4
4
  Summary: Utilities for Dask and CUDA interactions
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache-2.0
@@ -26,7 +26,7 @@ dask_cuda/explicit_comms/comms.py,sha256=7tpkT4G_maV3g_q3sd3ENCtVr2fAXgZwVDuc6Tk
26
26
  dask_cuda/explicit_comms/dataframe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  dask_cuda/explicit_comms/dataframe/shuffle.py,sha256=AD4JBJNtjaZHJerQkfCsvdLdFbSpIEzsx09J9FPqs8g,20056
28
28
  dask_cuda/tests/test_cudf_builtin_spilling.py,sha256=u3kW91YRLdHFycvpGfSQKrEucu5khMJ1k4sjmddO490,4910
29
- dask_cuda/tests/test_dask_cuda_worker.py,sha256=6GvQKlehX8rzAv7aTVqKgxco2lIh_68XTDMva3xWEYU,17485
29
+ dask_cuda/tests/test_dask_cuda_worker.py,sha256=VgybyylO7eaSk9yVBj1snp3vM7ZTG-VPEcE8agTmaWI,17714
30
30
  dask_cuda/tests/test_device_host_file.py,sha256=79ssUISo1YhsW_7HdwqPfsH2LRzS2bi5BjPym1Sdgqw,5882
31
31
  dask_cuda/tests/test_dgx.py,sha256=bKX-GvkYjWlmcEIK15aGErxmc0qPqIWOG1CeDFGoXFU,6381
32
32
  dask_cuda/tests/test_explicit_comms.py,sha256=QtftMVlCxgvQ3hwtxro3v8Gpx-nwSkyqmVmy287q_Ck,11150
@@ -40,9 +40,9 @@ dask_cuda/tests/test_utils.py,sha256=wgYPvu7Sk61C64pah9ZbK8cnBXK5RyUCpu3G2ny6OZQ
40
40
  dask_cuda/tests/test_worker_spec.py,sha256=Bvu85vkqm6ZDAYPXKMJlI2pm9Uc5tiYKNtO4goXSw-I,2399
41
41
  examples/ucx/client_initialize.py,sha256=YN3AXHF8btcMd6NicKKhKR9SXouAsK1foJhFspbOn70,1262
42
42
  examples/ucx/local_cuda_cluster.py,sha256=7xVY3EhwhkY2L4VZin_BiMCbrjhirDNChoC86KiETNc,1983
43
- dask_cuda-23.10.0a230823.dist-info/LICENSE,sha256=MjI3I-EgxfEvZlgjk82rgiFsZqSDXHFETd2QJ89UwDA,11348
44
- dask_cuda-23.10.0a230823.dist-info/METADATA,sha256=fPY5MXDysNfjkdgiSouMwyq6s9TEmi1E4yYy5kZd2KA,2285
45
- dask_cuda-23.10.0a230823.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
46
- dask_cuda-23.10.0a230823.dist-info/entry_points.txt,sha256=UcRaKVEpywtxc6pF1VnfMB0UK4sJg7a8_NdZF67laPM,136
47
- dask_cuda-23.10.0a230823.dist-info/top_level.txt,sha256=3kKxJxeM108fuYc_lwwlklP7YBU9IEmdmRAouzi397o,33
48
- dask_cuda-23.10.0a230823.dist-info/RECORD,,
43
+ dask_cuda-23.10.0a230825.dist-info/LICENSE,sha256=MjI3I-EgxfEvZlgjk82rgiFsZqSDXHFETd2QJ89UwDA,11348
44
+ dask_cuda-23.10.0a230825.dist-info/METADATA,sha256=2CjPIE8dvG6mQ33tWjpv25g8qV8-8DJ3rBLKEqkc79c,2285
45
+ dask_cuda-23.10.0a230825.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
46
+ dask_cuda-23.10.0a230825.dist-info/entry_points.txt,sha256=UcRaKVEpywtxc6pF1VnfMB0UK4sJg7a8_NdZF67laPM,136
47
+ dask_cuda-23.10.0a230825.dist-info/top_level.txt,sha256=3kKxJxeM108fuYc_lwwlklP7YBU9IEmdmRAouzi397o,33
48
+ dask_cuda-23.10.0a230825.dist-info/RECORD,,