pfnet / pfio

IO library to access various filesystems with unified API
https://pfio.readthedocs.io/
MIT License
52 stars 20 forks source link

Clear the clutter on test race #307

Closed kuenishi closed 1 year ago

kuenishi commented 1 year ago

There seems to be an unknown race on multiprocessing environment with sparse file cache, and maybe with temporary directory. The workaround for this issue is to explicitly define the cache directory. In cases where the cache is not on temporary directory, it seems well working.

Addresses https://github.com/pfnet/pfio/issues/294 .