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 5fab4cf3f11 branch-3.1: [fix](regression) fix alter_ttl_1 regression 
#55257 (#55271)
5fab4cf3f11 is described below

commit 5fab4cf3f113f1ec351ef03525f546c1abc5210b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 09:07:42 2025 +0800

    branch-3.1: [fix](regression) fix alter_ttl_1 regression #55257 (#55271)
    
    Cherry-picked from #55257
    
    Co-authored-by: zhengyu <[email protected]>
---
 regression-test/suites/cloud_p0/cache/ttl/alter_ttl_1.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/cloud_p0/cache/ttl/alter_ttl_1.groovy 
b/regression-test/suites/cloud_p0/cache/ttl/alter_ttl_1.groovy
index 8f34a04a640..8f5d070e091 100644
--- a/regression-test/suites/cloud_p0/cache/ttl/alter_ttl_1.groovy
+++ b/regression-test/suites/cloud_p0/cache/ttl/alter_ttl_1.groovy
@@ -25,6 +25,7 @@ suite("alter_ttl_1") {
 
     setBeConfigTemporary(custoBeConfig) {
     sql "set global enable_auto_analyze = false"
+    sql "set global enable_audit_plugin = false"
     def clusters = sql " SHOW CLUSTERS; "
     assertTrue(!clusters.isEmpty())
     def validCluster = clusters[0][0]
@@ -110,7 +111,6 @@ suite("alter_ttl_1") {
     sleep(30000)
 
     load_customer_ttl_once("customer_ttl")
-    sql """ select count(*) from customer_ttl """
     sleep(30000)
     long ttl_cache_size = 0
     long normal_cache_size = 0


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

Reply via email to