This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 1c9a798b68b [fix](case) fix insert_group_commit_into (#42397)
1c9a798b68b is described below
commit 1c9a798b68b4288e9ed9663e6652b0c036c6b846
Author: meiyi <[email protected]>
AuthorDate: Fri Oct 25 22:15:38 2024 +0800
[fix](case) fix insert_group_commit_into (#42397)
---
regression-test/suites/insert_p0/insert_group_commit_into.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regression-test/suites/insert_p0/insert_group_commit_into.groovy
b/regression-test/suites/insert_p0/insert_group_commit_into.groovy
index b06e7f4c89a..894e218baa1 100644
--- a/regression-test/suites/insert_p0/insert_group_commit_into.groovy
+++ b/regression-test/suites/insert_p0/insert_group_commit_into.groovy
@@ -231,6 +231,7 @@ suite("insert_group_commit_into") {
none_group_commit_insert """ insert into ${table}(id,
name, score) values(10 + 1, 'h', 100); """, 1
none_group_commit_insert """ insert into ${table}(id,
name, score) select 10 + 2, 'h', 100; """, 1
none_group_commit_insert """ insert into ${table} with
label test_gc_""" + System.currentTimeMillis() + """ (id, name, score)
values(13, 'h', 100); """, 1
+ sql "sync"
//}
def rowCount = sql "select count(*) from ${table}"
@@ -516,4 +517,4 @@ suite("insert_group_commit_into") {
} finally {
}
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]