This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8b9167cac93 [regression-test](fix) fix two case use same table (#46053) 8b9167cac93 is described below commit 8b9167cac9322bd187e6d3c8667ea8b6ad64344d Author: shuke <sh...@selectdb.com> AuthorDate: Thu Dec 26 21:58:30 2024 +0800 [regression-test](fix) fix two case use same table (#46053) --- .../suites/schema_change_p0/test_dup_schema_key_change_modify1.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/schema_change_p0/test_dup_schema_key_change_modify1.groovy b/regression-test/suites/schema_change_p0/test_dup_schema_key_change_modify1.groovy index 4683b735faa..23d5c942021 100644 --- a/regression-test/suites/schema_change_p0/test_dup_schema_key_change_modify1.groovy +++ b/regression-test/suites/schema_change_p0/test_dup_schema_key_change_modify1.groovy @@ -16,8 +16,8 @@ // under the License. suite("test_dup_schema_key_change_modify1","p0") { - def tbName1 = "test_dup_schema_key_change_modify1" - def tbName2 = "test_dup_schema_key_change_modify_1" + def tbName1 = "test_dup_schema_key_change_modify2" + def tbName2 = "test_dup_schema_key_change_modify_2" /** * Test the dup model by modify a value type */ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org