This is an automated email from the ASF dual-hosted git repository.
morningman 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 9490bc44d09 branch-4.0: [chore](regression-test) make
test_point_query_ck nonConcurrent #63587 (#63623)
9490bc44d09 is described below
commit 9490bc44d09ff8ab92db078b2cd7c23421155194
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 11:07:08 2026 -0700
branch-4.0: [chore](regression-test) make test_point_query_ck nonConcurrent
#63587 (#63623)
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 2d4f5299c81..4b8c4df20f7 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]