From 912dd80b9abccb8f7ad169d3d06dfc175a2304bb Mon Sep 17 00:00:00 2001 From: bobhan1 Date: Fri, 20 Sep 2024 22:28:59 +0800 Subject: [PATCH] [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 1f56643b6e8a93..29f1257f9cb4ad 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,