This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 8d5269542b [fix](testcase) fix wrong use of same table in different
case
8d5269542b is described below
commit 8d5269542b51e0537fdbfc9ea24994ef7c85c219
Author: zclllyybb <[email protected]>
AuthorDate: Tue May 23 10:24:33 2023 +0800
[fix](testcase) fix wrong use of same table in different case
---
regression-test/suites/update/test_update_mow.groovy | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/regression-test/suites/update/test_update_mow.groovy
b/regression-test/suites/update/test_update_mow.groovy
index b28650fae2..c8d120ff9f 100644
--- a/regression-test/suites/update/test_update_mow.groovy
+++ b/regression-test/suites/update/test_update_mow.groovy
@@ -16,10 +16,10 @@
// under the License.
suite("test_update_mow", "p0") {
- def tbName1 = "test_update_unique_1"
- def tbName2 = "test_update_unique_2"
- def tbName3 = "test_update_unique_3"
- def tbName4 = "test_update_unique_4"
+ def tbName1 = "test_update_mow_1"
+ def tbName2 = "test_update_mow_2"
+ def tbName3 = "test_update_mow_3"
+ def tbName4 = "test_update_mow_4"
sql "DROP TABLE IF EXISTS ${tbName1}"
sql """
CREATE TABLE IF NOT EXISTS ${tbName1} (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]