Skip to content

Commit

Permalink
[Fix](regression) Fix flaky case test_partial_update_only_keys (#41068
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bobhan1 authored Sep 20, 2024
1 parent 9a32c15 commit 912dd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 912dd80

Please sign in to comment.