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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 49f52bf5a66 branch-4.0: [regression-test](case) fix 
point_query_p0/test_point_query.groovy #56534 (#56560)
49f52bf5a66 is described below

commit 49f52bf5a66b281f6221a5c891f813ea98f2ba5b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 19:17:04 2025 +0800

    branch-4.0: [regression-test](case) fix 
point_query_p0/test_point_query.groovy #56534 (#56560)
    
    Cherry-picked from #56534
    
    Co-authored-by: lihangyu <[email protected]>
---
 regression-test/suites/point_query_p0/test_point_query.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/point_query_p0/test_point_query.groovy 
b/regression-test/suites/point_query_p0/test_point_query.groovy
index 02c6dead8e2..90c6bacf599 100644
--- a/regression-test/suites/point_query_p0/test_point_query.groovy
+++ b/regression-test/suites/point_query_p0/test_point_query.groovy
@@ -404,7 +404,9 @@ suite("test_point_query") {
         partial_prepared_stmt.setString(2, "feature")
         qe_point_select partial_prepared_stmt
         qe_point_select partial_prepared_stmt
-
+        
+        sql "set skip_delete_sign=false"
+        
trigger_and_wait_compaction("regression_test_point_query_p0.table_3821461", 
"full")
         partial_prepared_stmt = prepareStatement " select * from 
regression_test_point_query_p0.table_3821461 where col1 = ? and col2 = ? and 
loc3 = 'aabc'"
         partial_prepared_stmt.setInt(1, 10)
         partial_prepared_stmt.setInt(2, 20)


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

Reply via email to