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 (apache#43288) (apache#43299)

cherry-pick apache#43288
  • Loading branch information
zhannngchen authored Nov 6, 2024
1 parent e929034 commit 1497fee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
1

-- !select_timestamp2 --
11
1

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

-- !select_timestamp2 --
11
1

-- !select_date --
1
Expand Down
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 @@ -257,7 +257,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
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 1497fee

Please sign in to comment.