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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 19c69ceaea8 branch-3.0: [fix](regression) fix alter_ttl_1 regression 
#55257 (#55270)
19c69ceaea8 is described below

commit 19c69ceaea8c489b021d893f9bae9752385dcfdc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 09:46:01 2025 +0800

    branch-3.0: [fix](regression) fix alter_ttl_1 regression #55257 (#55270)
    
    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