This is an automated email from the ASF dual-hosted git repository.
zhangstar333 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 192549b8551 [fix](case) avoid same table name in different cases
(#43064)
192549b8551 is described below
commit 192549b8551e5795b59fce25d597a90e82f23029
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Nov 19 18:19:45 2024 +0800
[fix](case) avoid same table name in different cases (#43064)
### What problem does this PR solve?
avoid the same table name in different cases,which may cause case
unstable.
---
.../suites/schema_change_p0/test_agg_schema_key_change_modify.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
b/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
index 70e2c2c242c..6b59c7afc3f 100644
---
a/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
+++
b/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
@@ -16,8 +16,8 @@
// under the License.
suite("test_agg_schema_key_change_modify","p0") {
- def tbName1 = "test_agg_schema_key_change_modify1"
- def tbName2 = "test_agg_schema_key_change_modify_1"
+ def tbName1 = "test_agg_schema_key_change_modify"
+ def tbName2 = "test_agg_schema_key_change_modify_"
def initTable1 = ""
def initTableData1 = ""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]