summaryrefslogtreecommitdiffstats
path: root/src/test/ObjectMap (follow)
Commit message (Expand)AuthorAgeFilesLines
* kv: add a pair of informative getters to KeyValueDB::TransactionImplIgor Fedotov2024-09-241-1/+8
* Objectmap/test_keyvaluedb_atomicity: init g_ceph_contextluo rixin2023-05-041-1/+8
* test: remove leveldb support from testluo rixin2023-05-042-51/+51
* ObjectStore: FileStore has been deprecatedNitzanMordhai2023-02-121-2/+1
* kv/RocksDBStore: Remove feature to make WholeSpaceIterator based on bounded i...Adam Kupczyk2022-04-302-2/+2
* bluestore: set upper and lower bounds on rocksdb omap iteratorsCory Snyder2022-04-182-2/+2
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-192-4/+2
* test: : build without "using namespace std"Kefu Chai2021-08-131-37/+35
* tests: modernize all occurrences of rand_choose().Radoslaw Zarzynski2020-12-011-7/+4
* kv/KeyValueDB, os/bluestore: Made fsck faster by not caching resultsAdam Kupczyk2020-04-292-2/+2
* kv/RocksDBStore: add sharding to column families.Adam Kupczyk2020-04-171-2/+2
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-274-12/+12
* cmake: link against gtest in a better wayKefu Chai2018-08-171-6/+0
* include/memory.h: remove memory.hKefu Chai2018-06-265-6/+1
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-4/+4
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-062-2/+3
* kv: unify {create_and_,}open() methodsKefu Chai2017-10-091-2/+2
* Merge pull request #17976 from adamemerson/wip-warning-signKefu Chai2017-10-091-0/+2
|\
| * kv: Fix overloaded virtual warning in KeyValueDBMemoryAdam C. Emerson2017-10-051-0/+2
* | Merge pull request #18049 from liewegas/wip-kv-iteratorSage Weil2017-10-063-53/+53
|\ \
| * | kv/KeyValueDB: simplify iterator overloadsSage Weil2017-10-033-53/+53
| |/
* / cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' pathKefu Chai2017-10-031-1/+1
|/
* the return value is not booleanzhanglei2017-06-021-1/+1
* Merge pull request #13855 from yuyuyu101/wip-bluestore-rm-rangeSage Weil2017-03-282-0/+38
|\
| * kv/RocksDBStore: implement rm_range_keys operator interface and testHaomai Wang2017-03-262-0/+38
* | osd: Simplify DBObjectMap by no longer creating complete tablesDavid Zafman2017-03-271-0/+142
* | test_object_map: add tests to trigger some bugs related to 18533Samuel Just2017-03-271-40/+243
* | test: Add ceph_test_object_map to make check testsDavid Zafman2017-03-271-0/+1
* | test_object_map: Use ASSERT_EQ() for check() so failure doesn't stop testingDavid Zafman2017-03-271-1/+1
* | tools: Check for overlaps in internal "complete" table for DBObjectMapDavid Zafman2017-03-271-1/+1
|/
* test: add override in test submoduleliuchang08122017-03-032-18/+18
* common: add override for common submodule and miscliuchang08122017-02-163-30/+30
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-3/+3
* os: Add CephContext to ObjectStore and ObjectMap basesAdam C. Emerson2016-12-221-2/+2
* Merge pull request #11733 from tchaikov/wip-17762Kefu Chai2016-11-242-2/+3
|\
| * common,test: g_ceph_context->put() upon returnKefu Chai2016-11-242-2/+3
* | assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
|/
* kv: remove snapshot iteratorSage Weil2016-11-173-51/+1
* cmake: moved tests into test/ObjectMap dirAli Maredia2016-04-151-0/+47
* make ctors with one argument explicitDanny Al-Gaaf2016-01-292-4/+4
* librbd: fixed "hidden" virtual methodsKefu Chai2016-01-211-0/+1
* os/filestore: move FileStore to os/filestore/*Sage Weil2016-01-011-2/+2
* ceph_test_keyvaluedb_iterators: Fix broken testHaomai Wang2015-11-161-6/+1
* test/ObjectMap: add test for raw_key_is_prefixedPiotr Dałek2015-10-192-0/+24
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-194-4/+4
* test: use KeyValueDB directly (not LevelDBStore!)Sage Weil2015-10-193-6/+8
* test/KeyValueDBMemory : update init()Xiaoxi Chen2015-05-131-1/+1
* osd: explicit shard_id_t() and NO_SHARDLoic Dachary2014-05-291-3/+3
* test/ObjectMap/KeyValueDBMemory.cc: use empty() instead of size()Danny Al-Gaaf2014-05-111-2/+2
* remove superfluous second semicolons at end of linesDanny Al-Gaaf2014-05-081-1/+1