This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new d6c70e2e0f8 branch-3.1: [regression](filecache) Update eviction size 
assertion in TTL LRU test #58322 (#59170)
d6c70e2e0f8 is described below

commit d6c70e2e0f88ee04c06d9a5a2d9e2d92f8f7777c
Author: zhengyu <[email protected]>
AuthorDate: Fri Dec 19 14:21:48 2025 +0800

    branch-3.1: [regression](filecache) Update eviction size assertion in TTL 
LRU test #58322 (#59170)
    
    picked from #58322
---
 regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy 
b/regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy
index 62a12f7253b..137e0b3f50f 100644
--- a/regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy
+++ b/regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy
@@ -293,7 +293,7 @@ suite("test_ttl_lru_evict") {
         // sequentially, coz we don't know what other cases are
         // doing with TTL cache
         logger.info("ttl evict diff:" + (ttl_cache_evict_size_end - 
ttl_cache_evict_size_begin).toString())
-        assertTrue((ttl_cache_evict_size_end - ttl_cache_evict_size_begin) > 
1073741824)
+        assertTrue((ttl_cache_evict_size_end - ttl_cache_evict_size_begin) > 
238860800)
 
         // then we test skip_cache count when doing query when ttl cache is 
full
         // we expect it to be rare


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to