yowcow / goromdb

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

fix test for radix handler #54

Closed suzuken closed 6 years ago

suzuken commented 6 years ago

For fixing test, copy data/sample-data.json under radixhandler directory. It makes test environment simple.

Test for other handlers still failed. It should be fixed in other patches.

suzuken commented 6 years ago

refs #53

yowcow commented 6 years ago

Running make should generate files necessary for tests. Can you try make && make test?

suzuken commented 6 years ago

Oh, I'll try it.

suzuken commented 6 years ago

Test passed! Thank you for your comments. I close this PR.