Update ImportError tests with --pre-import#914
Update ImportError tests with --pre-import#914rapids-bot[bot] merged 1 commit intorapidsai:branch-22.06from
Conversation
As of dask/distributed#6363, there is a change in behavior on how plugin errors are raised.
|
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #914 +/- ##
=============================================
Coverage 0.00% 0.00%
=============================================
Files 22 16 -6
Lines 3075 2094 -981
=============================================
+ Misses 3075 2094 -981 Continue to review full report at Codecov.
|
|
This looks good Peter! Should we merge or wait for the Dask release to be cut first? |
That's a good question, maybe before merging we should discuss what Dask version(s) will 22.06 support next week. |
Is there an upstream |
We don't want to narrow it I suppose, but Dask has breaking changes too frequently and that has been the case recently. It would be best to wait and be sure IMO or we can pin to the current |
|
Dask should have a release today or tomorrow. This is the remain issue: dask/distributed#6422 and the fix is being discussed here: dask/distributed#6423 |
|
In that case, I'm okay to wait for dask to cut a release and then evaluate(pinning to |
|
Would also prefer we get the upcoming Dask release if possible |
|
Should we tentatively pin to cc @quasiben @jakirkham @galipremsagar @charlesbluca in case any of you have opinions. |
I'm okay with |
|
I just had a chat with @quasiben and we're concerned that we have been testing only with Dask/Distributed @galipremsagar would you be able to do that nice job you've been always doing and pin |
|
rerun tests Just to be safe things are still fine after dask/distributed#6423 |
Cool. I'll start opening the pinnings to |
|
Timed out test potentially related to #901 (comment) , first time I see this timing out since, if it continues to occur we may consider rethinking the test. |
|
rerun test |
|
rerun tests |
|
Everything is passing now. Are we good to merge ? |
Yup |
|
@gpucibot merge |
As of dask/distributed#6363, there is a change
in behavior on how plugin errors are raised.