Crate tetsy_kvdb_shared_tests[−][src]
Expand description
Shared tests for tetsy_kvdb functionality, to be executed against actual implementations.
Constants
DELETE_PREFIX_NUM_COLUMNS | The number of columns required to run |
IO_STATS_NUM_COLUMNS | The number of columns required to run |
Functions
test_complex | A complex test. |
test_delete_and_get | A test for |
test_delete_prefix | A test for |
test_get_fails_with_non_existing_column | A test for |
test_io_stats | A test for |
test_iter | A test for |
test_iter_with_prefix | A test for |
test_put_and_get | A test for |
test_write_clears_buffered_ops | A test for |