xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.11k stars 67 forks source link

BUG: Match more error message #575

Closed aresnow1 closed 1 year ago

aresnow1 commented 1 year ago

What do these changes do?

For some versions of Python, it raises RuntimeError: cannot schedule new futures after shutdown, use "cannot schedule new futures " to match error message.

Related issue number

Fixes #xxxx

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #575 (cfbdbf4) into main (ce105d5) will decrease coverage by 11.44%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #575       +/-   ##
===========================================
- Coverage   93.66%   82.22%   -11.44%     
===========================================
  Files        1010     1010               
  Lines       78079    78079               
  Branches    16207    16207               
===========================================
- Hits        73131    64201     -8930     
- Misses       3309    11697     +8388     
- Partials     1639     2181      +542     
Flag Coverage Δ
unittests 82.09% <ø> (-11.47%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/xorbits/_mars/services/cluster/uploader.py 95.00% <ø> (-4.00%) :arrow_down:
python/xorbits/_mars/services/storage/core.py 96.85% <ø> (ø)

... and 165 files with indirect coverage changes