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
More tests skipped in #360 which load the dataset from s3 object -
This is because NetCDFDataset creates a local copy of the remote data to load them in a temp_path. This uses self._fs.get() which is causing the tests to hang indefinitely because it doesn't play well with the mocked s3 objects.
Possible Implementation
Possible Alternatives
The text was updated successfully, but these errors were encountered:
Description
Related: #463 #360
Context
Some
xfail
tests since bumpings3fs
version -tests/dask/test_parquet_dataset.py
-test_pass_credentials
tests/spark/test_spark_dataset.py
-test_no_version
tests/netcdf/test_netcdf_dataset.py
-test_pass_credentials
More tests skipped in #360 which load the dataset from s3 object -
This is because
NetCDFDataset
creates a local copy of the remote data to load them in atemp_path
. This usesself._fs.get()
which is causing the tests to hang indefinitely because it doesn't play well with the mocked s3 objects.Possible Implementation
Possible Alternatives
The text was updated successfully, but these errors were encountered: