docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
853 stars 205 forks source link

[boltdb] testcase failed #144

Open hsinhoyeh opened 7 years ago

hsinhoyeh commented 7 years ago

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?

abronan commented 7 years ago

/cc @sanimej