This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 6f5abfd23fcdf959168c7bed76fe7514f3e363f3 Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Fri May 17 09:33:47 2024 +0800 [regression-test](fix) fix case bug, using test_insert_dft_tbl in multiple test cases #34983 --- regression-test/suites/load_p0/insert/test_insert.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/load_p0/insert/test_insert.groovy b/regression-test/suites/load_p0/insert/test_insert.groovy index 25b010f242d..1ef37f843f7 100644 --- a/regression-test/suites/load_p0/insert/test_insert.groovy +++ b/regression-test/suites/load_p0/insert/test_insert.groovy @@ -49,7 +49,7 @@ suite("test_insert") { qt_sql1 "select * from ${insert_tbl} order by 1, 2, 3, 4" - def insert_tbl_dft = "test_insert_dft_tbl" + def insert_tbl_dft = "test_insert_dft2_tbl" sql """ DROP TABLE IF EXISTS ${insert_tbl_dft}""" // `k7` should be float type, and bug exists now, https://github.com/apache/doris/pull/20867 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org