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
i got the following message when I tried to run test on store/boltdb
--- FAIL: TestMultiplePersistConnection (0.00s)
Error Trace: boltdb_test.go:69
Error: An error is expected but got nil. %s
turns out the underlying FcntlFlock implementation has been changed (boltdb/bolt@ebe3101) and boltdb also removed the corresponding test cases (boltdb/bolt@b9eb643), so I am not sure whether this testcase is still necessary?
The text was updated successfully, but these errors were encountered:
i got the following message when I tried to run test on store/boltdb
turns out the underlying FcntlFlock implementation has been changed (boltdb/bolt@ebe3101) and boltdb also removed the corresponding test cases (boltdb/bolt@b9eb643), so I am not sure whether this testcase is still necessary?
The text was updated successfully, but these errors were encountered: