libkv
libkv copied to clipboard
[boltdb] testcase failed
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 (https://github.com/boltdb/bolt/commit/ebe310138bbbe1e1d146197ab8b7fa772da38b1d) and boltdb also removed the corresponding test cases (https://github.com/boltdb/bolt/commit/b9eb643780505525197ad791e275fc7ebc208bc8), so I am not sure whether this testcase is still necessary?
/cc @sanimej