krotik / eliasdb

EliasDB a graph-based database.
Mozilla Public License 2.0
994 stars 49 forks source link

Test error #29

Closed lasarux closed 3 years ago

lasarux commented 3 years ago

Tested in Linux and Mac.

--- FAIL: TestIndexManagerString (0.00s) indexmanager_test.go:766: Unexpected string output: IndexManager: 1 1"aaa\b\xf8\xe0&\fdA\x85\x10\xce\xfb+\x06\xee\xe5\xcd" map[testkey:[]] 1"aaabbb" map[testkey:[1]]

krotik commented 3 years ago

The fix in commit 3c4e9e4f9de925fbd41a95138c16dfc25cdfcc72 should fix this problem. It compiles now for me on Linux using Go 1.16.3 - I cannot test on Mac ... please let me know if it still doesn't work there.