Merge pull request #23752 from ifed01/wip-ifed-fix-garbage-test

os/tests: fix garbageCollection test case from store_test suite.

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2018-09-11 17:10:37 +08:00 committed by GitHub
commit e96e507874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6841,6 +6841,7 @@ TEST_P(StoreTestSpecificAUSize, garbageCollection) {
SetVal(g_conf(), "bluestore_compression_max_blob_size", "524288");
SetVal(g_conf(), "bluestore_compression_min_blob_size", "262144");
SetVal(g_conf(), "bluestore_max_blob_size", "524288");
SetVal(g_conf(), "bluestore_compression_mode", "force");
g_conf().apply_changes(nullptr);