Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Test for kv/memdb/memory_mutation.go are needed #515

Open
Giulio2002 opened this issue Jul 6, 2022 · 0 comments
Open

Test for kv/memdb/memory_mutation.go are needed #515

Giulio2002 opened this issue Jul 6, 2022 · 0 comments

Comments

@Giulio2002
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant