This is an automated email from the ASF dual-hosted git repository. hellostephen 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 cd54ead276c [regression-test](fix) fix regression-test/suites/node_p0/test_frontend.groovy nonConcurrent typo bug (#45852) cd54ead276c is described below commit cd54ead276c346e6345138428a306c363728e8a0 Author: shuke <sh...@selectdb.com> AuthorDate: Tue Dec 24 15:20:00 2024 +0800 [regression-test](fix) fix regression-test/suites/node_p0/test_frontend.groovy nonConcurrent typo bug (#45852) --- regression-test/suites/node_p0/test_frontend.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/node_p0/test_frontend.groovy b/regression-test/suites/node_p0/test_frontend.groovy index 2ccc432460b..99d6068f7ba 100644 --- a/regression-test/suites/node_p0/test_frontend.groovy +++ b/regression-test/suites/node_p0/test_frontend.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("test_frontend", "nonconcurrent") { +suite("test_frontend", "nonConcurrent") { def address = "127.0.0.1" def notExistPort = 12345 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org