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

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


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

commit 0c0dba31038c755aa14ab216c4112a8a03a4784f
Author: lihangyu <[email protected]>
AuthorDate: Mon May 25 19:47:31 2026 +0800

    [chore](regression-test) make test_point_query_ck nonConcurrent (#63587)
    
    test_point_query and test_point_query_ck should be serial with
    nonConcurrent
---
 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