You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Memory_mutation.go contains a data structures which emulates the BTree interface of our Database, it can be thought as just a Btree which acts as a map. each mutations has tables which are set of key => value pairs like an hashmap per say, we need to tests those functions, this include IncrementSequence, GetOne, Put, ForAmount, etc.... there are some other tests written but nowhere enough for full coverage.
The text was updated successfully, but these errors were encountered:
Memory_mutation.go contains a data structures which emulates the BTree interface of our Database, it can be thought as just a Btree which acts as a map. each mutations has tables which are set of
key => value
pairs like an hashmap per say, we need to tests those functions, this includeIncrementSequence, GetOne, Put, ForAmount, etc...
. there are some other tests written but nowhere enough for full coverage.The text was updated successfully, but these errors were encountered: