yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

Test fails on Go 1.11 #87

Closed yowcow closed 5 years ago

yowcow commented 6 years ago

/tmp/goromdb-test856754182/data00/test.data
/tmp/goromdb-test086669741/data01/test.data
--- FAIL: TestFindAny (0.00s)
    --- FAIL: TestFindAny/pre-existing_file_in_data01 (0.00s)
        Error Trace:    loader_test.go:127
        Error:          Not equal: 0 (expected)
                        != 1 (actual)

FAIL
FAIL    github.com/yowcow/goromdb/loader        0.224s