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
fails on Windows because the database cleanup function (os.RemoveAll(path) encounters a sharing violation on Windows). This might be related to golang/go#34681 and golang/go#32088, or could just be something easier.
The text was updated successfully, but these errors were encountered:
This test
go-ds-leveldb/ds_test.go
Line 236 in 08467f0
fails on Windows because the database cleanup function (
os.RemoveAll(path)
encounters a sharing violation on Windows). This might be related to golang/go#34681 and golang/go#32088, or could just be something easier.The text was updated successfully, but these errors were encountered: