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

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


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new f1619976703 branch-4.1: [chore](regression-test) make 
test_point_query_ck nonConcurrent #63587 (#63624)
f1619976703 is described below

commit f1619976703bb3b05f66ef2b008b0cf6499b58fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 20:33:43 2026 +0800

    branch-4.1: [chore](regression-test) make test_point_query_ck nonConcurrent 
#63587 (#63624)
    
    Cherry-picked from #63587
    
    Co-authored-by: lihangyu <[email protected]>
---
 regression-test/suites/point_query_p0/test_point_query_ck.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/point_query_p0/test_point_query_ck.groovy 
b/regression-test/suites/point_query_p0/test_point_query_ck.groovy
index 3f15d8b2585..daa8fa0f794 100644
--- a/regression-test/suites/point_query_p0/test_point_query_ck.groovy
+++ b/regression-test/suites/point_query_p0/test_point_query_ck.groovy
@@ -17,7 +17,7 @@
 
 import java.math.BigDecimal;
 
-suite("test_point_query_ck") {
+suite("test_point_query_ck", "nonConcurrent") {
     def backendId_to_backendIP = [:]
     def backendId_to_backendHttpPort = [:]
     getBackendIpHttpPort(backendId_to_backendIP, backendId_to_backendHttpPort);


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

Reply via email to