github-actions[bot] commented on code in PR #17246: URL: https://github.com/apache/doris/pull/17246#discussion_r1122980801
########## be/test/olap/tablet_cooldown_test.cpp: ########## @@ -70,6 +199,8 @@ class TabletCooldownTest : public testing::Test { FileUtils::remove_all(config::storage_root_path); FileUtils::create_dir(config::storage_root_path); + FileUtils::create_dir(fmt::format("{}/data/{}/{}.meta", config::storage_root_path, + kTabletId, kReplicaId); Review Comment: warning: expected ')' [clang-diagnostic-error] ```cpp kTabletId, kReplicaId); ^ ``` **be/test/olap/tablet_cooldown_test.cpp:201:** to match this '(' ```cpp FileUtils::create_dir(fmt::format("{}/data/{}/{}.meta", config::storage_root_path, ^ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org