github-actions[bot] commented on code in PR #43509: URL: https://github.com/apache/doris/pull/43509#discussion_r1839589272
########## cloud/test/meta_service_test.cpp: ########## @@ -5211,6 +5211,171 @@ TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest) { SyncPoint::get_instance()->clear_all_call_backs(); } +TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) { Review Comment: warning: function 'TEST' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) { ^ ``` <details> <summary>Additional context</summary> **cloud/test/meta_service_test.cpp:5213:** 83 lines including whitespace and comments (threshold 80) ```cpp TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) { ^ ``` </details> -- 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