paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

Improve unit tests #114

Open Yiling-J opened 1 year ago

Yiling-J commented 1 year ago

I see there is test/unittest directory, but seems that all tests there are related to SS. I also take a look pkg and cmd directories, seems most packages in those directories have no test or very little tests? As a database I think there should be more unit tests.

princejha95 commented 1 year ago

Hi @Yiling-J

I would like to pick up this issue