From: myoungwon oh Date: Thu, 12 May 2022 06:33:50 +0000 (+0900) Subject: test/seastore: return journal type with less lines X-Git-Tag: v18.0.0~857^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=18322f5698257df9ec3b2dd919e8e7e0087f5c5b;p=ceph.git test/seastore: return journal type with less lines Signed-off-by: Myoungwon Oh --- diff --git a/src/test/crimson/seastore/test_transaction_manager.cc b/src/test/crimson/seastore/test_transaction_manager.cc index 10d8fecd2701..0219f2dffe82 100644 --- a/src/test/crimson/seastore/test_transaction_manager.cc +++ b/src/test/crimson/seastore/test_transaction_manager.cc @@ -74,10 +74,7 @@ struct transaction_manager_test_t : bool for_segmented() { std::string j_type = GetParam(); - if (j_type == "segmented") { - return true; - } - return false; + return j_type == "segmented"; } seastar::future<> set_up_fut() final { std::string j_type = GetParam();