Skip to content

Commit

Permalink
[fix](regression) test_primary_key_partial_update fail due to the U.S…
Browse files Browse the repository at this point in the history
…. change from DST to standard time (#43288) (#43300)

cherry-pick #43288
  • Loading branch information
zhannngchen authored and yiguolei committed Nov 23, 2024
1 parent a7184a8 commit 847a08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
1

-- !select_timestamp2 --
11
1

-- !select_date --
1
Expand Down Expand Up @@ -90,7 +90,7 @@ B
1

-- !select_timestamp2 --
11
1

-- !select_date --
1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ suite("test_primary_key_partial_update", "p0") {

qt_select_timestamp "select count(*) from ${tableName} where `ctime` > \"1970-01-01\""

sql "set time_zone = 'America/New_York'"
sql "set time_zone = 'Asia/Tokyo'"

Thread.sleep(5000)

Expand Down

0 comments on commit 847a08b

Please sign in to comment.