This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 96e3636905c [Fix](Group_commit) Fix group commit regression test
failure (#27380)
96e3636905c is described below
commit 96e3636905cba0eba478ceb5fc66c588292975d0
Author: abmdocrt <[email protected]>
AuthorDate: Wed Nov 22 18:55:20 2023 +0800
[Fix](Group_commit) Fix group commit regression test failure (#27380)
---
.../suites/insert_p0/test_group_commit_interval_ms_property.groovy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/regression-test/suites/insert_p0/test_group_commit_interval_ms_property.groovy
b/regression-test/suites/insert_p0/test_group_commit_interval_ms_property.groovy
index c53dd325623..0a1313b15de 100644
---
a/regression-test/suites/insert_p0/test_group_commit_interval_ms_property.groovy
+++
b/regression-test/suites/insert_p0/test_group_commit_interval_ms_property.groovy
@@ -91,8 +91,7 @@ suite("test_group_commit_interval_ms_property") {
assertNotEquals(msg3.substring(msg3.indexOf("group_commit")+11,
msg3.indexOf("group_commit")+43),
msg4.substring(msg4.indexOf("group_commit")+11,
msg4.indexOf("group_commit")+43));
- sql "DROP TABLE ${table}"
- }
+ }
} finally {
// try_sql("DROP TABLE ${table}")
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]