You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/06/25 10:53:27 UTC

[doris] branch master updated: [fix](test) fix two case bug #21124

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

yiguolei 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 55e7af1e31 [fix](test) fix two case bug #21124
55e7af1e31 is described below

commit 55e7af1e31683340d9ffa7cf4ccd3db581fba63c
Author: shuke <37...@users.noreply.github.com>
AuthorDate: Sun Jun 25 18:53:20 2023 +0800

    [fix](test) fix two case bug #21124
---
 regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy    | 1 +
 .../suites/query_p0/sql_functions/math_functions/test_round.groovy       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy b/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy
index 74c43fc159..65d6a8a06c 100644
--- a/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy
+++ b/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy
@@ -50,6 +50,7 @@ suite ("multi_slot_k123p") {
         file 'multi_slot_k123p.csv'
         time 10000
     }
+    sql """sync"""
     qt_select_star "select * from d_table order by k1,k4;"
 
     explain {
diff --git a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
index 96564e1400..73626e362e 100644
--- a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
+++ b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
@@ -111,6 +111,7 @@
 
 
     def tableName3 = "test_round_decimal"
+    sql """ DROP TABLE IF EXISTS `${tableName3}` """
     sql """ CREATE TABLE `${tableName3}` (
           `id` int NOT NULL COMMENT 'id',
           `d1` decimalv3(9, 4) NULL COMMENT '',


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