Expand description
Shared tests for tetsy_kvdb functionality, to be executed against actual implementations.
Constants§
- The number of columns required to run
test_delete_prefix
. - The number of columns required to run
test_io_stats
.
Functions§
- A complex test.
- A test for
KeyValueDB::get
. - A test for
KeyValueDB::delete_prefix
. - A test for
KeyValueDB::get
. Assumes thedb
has only 1 column. - A test for
KeyValueDB::io_stats
. Assumes that thedb
has at least 3 columns. - A test for
KeyValueDB::iter
. - A test for
KeyValueDB::iter_with_prefix
. - A test for
KeyValueDB::get
. - A test for
KeyValueDB::write
.