From 50db82a75b710928da6568dac6bff0fa61069068 Mon Sep 17 00:00:00 2001 From: lihangyu-x Date: Mon, 25 May 2026 14:59:36 +0800 Subject: [PATCH] [chore](regression-test) make test_point_query_ck nonConcurrent test_point_query and test_point_query_ck should be serial with nonConcurrent --- .../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 3f15d8b2585ff0..daa8fa0f79431d 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);