summaryrefslogtreecommitdiffstats
path: root/src/test/objectstore/test_kv.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* os/kv_test: Fix estimate functionsAdam Kupczyk2023-10-101-6/+16
* test/objectstore: drop the MemDB testing from KVTestRadoslaw Zarzynski2022-07-041-2/+2
* build: Remove LevelDB supportAdam C. Emerson2021-11-011-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-3/+1
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* test/objectstore: Remove unused valueAdam C. Emerson2020-07-171-1/+0
* test/objectstore: group subtests using bracesKefu Chai2020-06-271-16/+29
* kv/RocksDBStore: Added resharding controlAdam Kupczyk2020-05-141-20/+21
* ceph_test_keyvaluedb: Add tests for reshardingAdam Kupczyk2020-05-141-0/+273
* kv/RocksDBStore: Added proper WholeSpaceIteratorAdam Kupczyk2020-04-171-0/+330
* os/bluestore: Fixed default sharding definitionAdam Kupczyk2020-04-171-0/+37
* kv/RocksDBStore: add sharding to column families.Adam Kupczyk2020-04-171-11/+107
* kv/KeyValueDB: Test for idempotency of open/closeAdam Kupczyk2020-04-101-0/+2
* kv/KeyValueDB: fix estimate_prefix_size()Adam Kupczyk2019-08-231-0/+66
* test/objectstore: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+0
* test: do not conditionize on GTEST_HAS_PARAM_TESTKefu Chai2019-05-021-14/+0
* test: s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/Kefu Chai2019-05-021-1/+1
* kv/KeyValueDB: return const char* from MergeOperator::name()Sage Weil2018-08-081-1/+1
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-5/+5
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* kv/RocksDBStore: add CF supportJianjian Huo2017-10-051-1/+159
* kv/RocksDBStore: implement rm_range_keys operator interface and testHaomai Wang2017-03-261-0/+53
* osd: add override in osd subsystemliuchang08122017-02-151-6/+6
* common: Unskew clockAdam C. Emerson2016-12-221-2/+2
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* kv: In memory keyvalue db implementationRamesh Chander2016-07-131-2/+34
* os/bluestore: fix a typo(nonexistant->nonexistent)xie xingguo2016-06-211-1/+1
* kv/KeyValueDB: add merge operator interface and testAllen Samuels2016-04-221-0/+64
* ceph_test_keyvaluedb: clean up test dirSage Weil2016-04-221-5/+14
* ceph_test_keyvaluedb: fixup unit test for keyvaluedbAllen Samuels2016-04-221-13/+17
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-191-1/+1
* ceph_test_keyvaluedb: add simple commit latency benchmarkSage Weil2015-09-011-0/+33
* ceph_test_keyvaluedb: some simple KeyValueDB unit testsSage Weil2015-09-011-0/+148