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 912dd80b9ab [Fix](regression) Fix flaky case `test_partial_update_only_keys` (#41068) 912dd80b9ab is described below commit 912dd80b9abccb8f7ad169d3d06dfc175a2304bb Author: bobhan1 <bh2444151...@outlook.com> AuthorDate: Fri Sep 20 22:28:59 2024 +0800 [Fix](regression) Fix flaky case `test_partial_update_only_keys` (#41068) --- .../partial_update/test_partial_update_only_keys.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_only_keys.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_only_keys.groovy index 1f56643b6e8..29f1257f9cb 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_only_keys.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_only_keys.groovy @@ -26,7 +26,7 @@ suite("test_partial_update_only_keys", "p0") { connect(user = context.config.jdbcUser, password = context.config.jdbcPassword, url = context.config.jdbcUrl) { sql "use ${db};" - def tableName = "test_primary_key_partial_update" + def tableName = "test_partial_update_only_keys" sql """ DROP TABLE IF EXISTS ${tableName} force""" sql """ CREATE TABLE ${tableName} ( `k` BIGINT NOT NULL, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org