Module test_utils

Source

Constants§

TEST_KEYS_COUNT
Number of keys in table generated in generate_table.

Traits§

StateStoreReadTestExt

Functions§

count_stream
create_small_table_cache
default_builder_opt_for_test
default_opts_for_test
default_writer_opt_for_test
gen_default_test_sstable
Generates a test table used in almost all table-related tests. Developers may verify the correctness of their implementations by comparing the got value and the expected value generated by test_key_of and test_value_of.
gen_dummy_batch
gen_dummy_batch_several_keys
gen_dummy_sst_info
gen_test_sstable
Generate a test table from the given kv_iter and put the kv value to sstable_store
gen_test_sstable_data
Generates sstable data and metadata from given kv_iter
gen_test_sstable_impl
Generates a test table from the given kv_iter and put the kv value to sstable_store
gen_test_sstable_info
Generate a test table from the given kv_iter and put the kv value to sstable_store
gen_test_sstable_with_range_tombstone
Generate a test table from the given kv_iter and put the kv value to sstable_store
gen_test_sstable_with_table_ids
hybrid_cache_for_test
mock_sst_writer
put_sst
Write the data and meta to sstable_store.
test_key_of
Generates a full key with table id 0 and epoch 123. User key is created with test_user_key_of.
test_user_key
Generates a user key with table id 0 and the given table_key
test_user_key_of
Generates a user key with table id 0 and table key format of key_test_{idx * 2}
test_value_of
The value of an index in the test table