This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new bbd21ee23fe [chore](ci) disable bad case (#55800)
bbd21ee23fe is described below
commit bbd21ee23fe2150bf4aa9bce559560fdc168b2c6
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Sep 9 13:01:07 2025 +0800
[chore](ci) disable bad case (#55800)
---
be/test/io/cache/block_file_cache_test.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/test/io/cache/block_file_cache_test.cpp
b/be/test/io/cache/block_file_cache_test.cpp
index 89d60d28429..1bf4eae02bf 100644
--- a/be/test/io/cache/block_file_cache_test.cpp
+++ b/be/test/io/cache/block_file_cache_test.cpp
@@ -7908,7 +7908,7 @@ TEST_F(BlockFileCacheTest, test_reset_capacity) {
FileCacheFactory::instance()->_capacity = 0;
}
-TEST_F(BlockFileCacheTest,
cached_remote_file_reader_direct_read_and_evict_cache) {
+TEST_F(BlockFileCacheTest,
DISABLE_cached_remote_file_reader_direct_read_and_evict_cache) {
config::enable_read_cache_file_directly = true;
std::string cache_base_path = caches_dir / "cache_direct_read" / "";
if (fs::exists(cache_base_path)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]