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 08014d065bb branch-3.1: [fix](test) Reduce cache cleanup interval to
fix flaky test #56253 (#56284)
08014d065bb is described below
commit 08014d065bbf5be6f49a7f7e283e1798e106eb50
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 18:02:14 2025 +0800
branch-3.1: [fix](test) Reduce cache cleanup interval to fix flaky test
#56253 (#56284)
Cherry-picked from #56253
Co-authored-by: Kaijie Chen <[email protected]>
---
.../warm_up/cluster/test_warm_up_cluster_periodic_add_new_be.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic_add_new_be.groovy
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic_add_new_be.groovy
index 1ab3a12ded1..764327c72bf 100644
---
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic_add_new_be.groovy
+++
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic_add_new_be.groovy
@@ -23,6 +23,7 @@ suite('test_warm_up_cluster_periodic_add_new_be', 'docker') {
options.feConfigs += [
'cloud_cluster_check_interval_second=1',
'fetch_cluster_cache_hotspot_interval_ms=1000',
+ 'rehash_tablet_after_be_dead_seconds=1',
]
options.beConfigs += [
'file_cache_enter_disk_resource_limit_mode_percent=99',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]