iondbproject / iondb

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

Benchmark suite return code validation #8

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

The benchmarking suite, ionbench, currently assumes the implementation under test is fully functional. Some checks should be added to assert the return code from the methods tested (such as dictionary_create, dictionary_insert, etc) are returning err_ok, and not something bad like err_out_of_memory.

Possible talking points:

Stickerpants commented 8 years ago

Issue moved to internal task tracker.