iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

B+ Tree requires better unit tests #9

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

Currently, the B+ Tree only tests for functional correctness at the dictionary level (via the generic_dictionary_test utility). Proper unit tests should be written for the implementation level that asserts the internal correctness of the tree.

Stickerpants commented 8 years ago

Issue moved to internal task tracker.