]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/tests: fix garbageCollection test case from store_test. 23752/head
authorIgor Fedotov <ifedotov@suse.com>
Mon, 27 Aug 2018 13:22:56 +0000 (16:22 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Mon, 27 Aug 2018 13:24:41 +0000 (16:24 +0300)
commitd7b45b6f38c8d24857b98803bf27177dce2a12c2
tree13c75fe53337b503ca28a3efbb8c6668e9939da4
parent70fa9f92d03cf7f28b28a908ac604ae9cc87e311
os/tests: fix garbageCollection test case from store_test.

While running the test case using SSD as block device one could face
a failure caused by unexpectidly small blob size limit - compression
resulted in two blocks rather than single one which violated was test case
constraints.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/test/objectstore/store_test.cc