This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 5bafe11efa [branch1.2](test) fix test_ctas.groovy
5bafe11efa is described below
commit 5bafe11efa8b4099a42916581e3917d6d2b7c440
Author: morningman <[email protected]>
AuthorDate: Sun May 14 09:54:09 2023 +0800
[branch1.2](test) fix test_ctas.groovy
---
regression-test/suites/ddl_p0/test_ctas.groovy | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/regression-test/suites/ddl_p0/test_ctas.groovy
b/regression-test/suites/ddl_p0/test_ctas.groovy
index e03e0e38da..f18691efcf 100644
--- a/regression-test/suites/ddl_p0/test_ctas.groovy
+++ b/regression-test/suites/ddl_p0/test_ctas.groovy
@@ -16,6 +16,12 @@
// under the License.
suite("test_ctas") {
+ def dbname = "test_ctas";
+ sql """drop database if exists ${dbname}"""
+ sql """create database ${dbname}"""
+ sql """use ${dbname}"""
+ sql """clean label from ${dbname}"""
+
try {
sql """
CREATE TABLE IF NOT EXISTS `test_ctas` (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]