You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes in Dask's tokenization process (dask/dask#10876) seem to have introduced unexpected behavior in Xarray's test suite. This has led to CI failures, specifically in tests related to tokenization.
additionally, a deeper dive into dask.base.normalize_token() across the two Dask versions revealed that the latest version includes additional state or metadata in tokenization that was not present in earlier versions.
What is your issue?
Recent changes in Dask's tokenization process (dask/dask#10876) seem to have introduced unexpected behavior in Xarray's test suite. This has led to CI failures, specifically in tests related to tokenization.
previously, the following code snippet would pass, verifying the consistency of tokenization in Xarray objects:
However, post-update in Dask version '2024.2.1', the same code fails:
additionally, a deeper dive into
dask.base.normalize_token()
across the two Dask versions revealed that the latest version includes additional state or metadata in tokenization that was not present in earlier versions.Cc @dcherian / @crusaderky for visibility
The text was updated successfully, but these errors were encountered: