]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/objectstore: make store_test also run collection_list_legacy
authorMykola Golub <mgolub@suse.com>
Thu, 20 Aug 2020 11:24:42 +0000 (12:24 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 9 Sep 2020 09:13:51 +0000 (12:13 +0300)
commitb97386785e5f0080a7f03da4009a2bf29344ca10
tree5623b19feb4885d66bbbb7074295b438646c27c2
parent844fb7ee28a989b5a19c5d91cd10f9d4e50cbcb3
test/objectstore: make store_test also run collection_list_legacy

Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 08fab7a8a9103f87935c685c0a66d28e361bc9f5)

Conflicts:
src/os/ObjectStore.h,
src/os/bluestore/BlueStore.cc,
src/os/bluestore/BlueStore.h:
add collection_list_legacy with "old" signature
src/test/objectstore/store_test.cc:
"old" collection_list signature,
different collection_list arguments in
SyntheticWorkloadState::shutdown,
missing related code
src/os/ObjectStore.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h
src/test/objectstore/store_test.cc