summaryrefslogtreecommitdiffstats
path: root/src/test/objectstore/TestObjectStoreState.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* os/ObjectStore: drop most queue_transactions() variantsSage Weil2018-02-121-1/+1
* os: apply_transaction -> queue_transactionSage Weil2018-02-121-1/+1
* test/objectstore/TestObjectStoreState: make objects match collectionSage Weil2018-02-061-1/+3
* os/ObjectStore: combine Sequencer and CollectionImpl in ObjectStoreSage Weil2018-02-061-44/+38
* test: Use unqualified encode/decodeAdam C. Emerson2018-01-101-2/+2
* test: migrate atomic_t to std::atomic<>Jesse Williamson2017-05-191-1/+1
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* OSD: Deleting transaction object right after applying transactionSomnath Roy2016-01-271-7/+7
* os: require Sequencer arg for apply_transaction()Sage Weil2015-09-151-1/+2
* os/ObjectStore: pass bits to create_collectionSage Weil2015-08-191-2/+2
* ceph_test_filestore_idempotent_sequence: use explicit ghobject_t ctorSage Weil2015-06-191-2/+2
* osd: kill META_COLL constant; use named ctorSage Weil2015-06-191-4/+2
* osd: use coll_t() for meta collectionSage Weil2015-06-191-3/+1
* Add tests for the collection hint OP: 1) Store Test 2) Idempotent Test.Guang Yang2014-08-191-0/+7
* tests: fix packaging for s/filestore/objectstore/Loic Dachary2014-02-121-1/+1
* tests: fix objectstore testsLoic Dachary2014-02-121-0/+296