github-actions[bot] commented on code in PR #43440: URL: https://github.com/apache/doris/pull/43440#discussion_r1838332981
########## be/test/io/cache/block_file_cache_test.cpp: ########## @@ -5284,6 +5285,155 @@ TEST_F(BlockFileCacheTest, file_cache_path_storage_parse) { } } +TEST_F(BlockFileCacheTest, check_fs_file_cache_consistency) { Review Comment: warning: function 'TEST_F' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp ^ ``` <details> <summary>Additional context</summary> **be/test/io/cache/block_file_cache_test.cpp:5287:** 147 lines including whitespace and comments (threshold 80) ```cpp ^ ``` </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