You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zo...@apache.org on 2022/10/25 05:45:07 UTC

[doris] branch master updated: [fix](test) let cases use their own table name (#13602)

This is an automated email from the ASF dual-hosted git repository.

zouxinyi 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 57f479d9d2 [fix](test) let cases use their own table name (#13602)
57f479d9d2 is described below

commit 57f479d9d2955c54960e3cfa517d8e312b381dbb
Author: Yongqiang YANG <98...@users.noreply.github.com>
AuthorDate: Tue Oct 25 13:45:01 2022 +0800

    [fix](test) let cases use their own table name (#13602)
---
 regression-test/suites/data_model_p0/unique/test_unique_table.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/data_model_p0/unique/test_unique_table.groovy b/regression-test/suites/data_model_p0/unique/test_unique_table.groovy
index c8fe41b6d1..eb9bd2b57d 100644
--- a/regression-test/suites/data_model_p0/unique/test_unique_table.groovy
+++ b/regression-test/suites/data_model_p0/unique/test_unique_table.groovy
@@ -24,7 +24,7 @@ suite("test_unique_table") {
     sql "use ${dbName}"
 
     // test uniq table
-    def tbName = "test_uniq"
+    def tbName = "test_uniq_table"
     sql "DROP TABLE IF EXISTS ${tbName}"
     sql """
             CREATE TABLE IF NOT EXISTS ${tbName} (


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org