diff --git a/src/test/objectstore/store_test.cc b/src/test/objectstore/store_test.cc index 5c9b62930f996..2a69c72364cc5 100644 --- a/src/test/objectstore/store_test.cc +++ b/src/test/objectstore/store_test.cc @@ -5689,6 +5689,7 @@ TEST_P(StoreTest, TooManyBlobsTest) { ASSERT_EQ(res_stat.allocated, max_object); } +#if defined(HAVE_LIBAIO) void get_mempool_stats(uint64_t* total_bytes, uint64_t* total_items) { uint64_t onode_allocated = mempool::bluestore_meta_onode::allocated_bytes(); @@ -6326,6 +6327,8 @@ TEST_P(StoreTestSpecificAUSize, SmallWriteOnShardedExtents) { g_conf->set_val("bluestore_csum_type", "crc32c"); } +#endif //#if defined(HAVE_LIBAIO) + TEST_P(StoreTest, KVDBHistogramTest) { if (string(GetParam()) != "bluestore") return;