[fix](regression) test_primary_key_partial_update fail due to the U.S. change from DST to standard time (#43288) (#43300)

cherry-pick #43288
This commit is contained in:
zhannngchen
2024-11-06 14:10:29 +08:00
committed by GitHub
parent 9d5ebd6f34
commit 876fae6f71
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
1
-- !select_timestamp2 --
11
1
-- !select_date --
1
@ -90,7 +90,7 @@ B
1
-- !select_timestamp2 --
11
1
-- !select_date --
1

View File

@ -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)