-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server: fix potential timezone related bugs caused by time.Local
#14572
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to add a unit test
@sre-bot /run-all-tests |
/run-all-tests |
f49fb14
to
c5f0c0b
Compare
server: add test case server: add more test cases server: add assert to time zone server: add assert
63f6628
to
74b0382
Compare
Pass all tests, PTAL~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
@Rustin-Liu merge failed. |
@sre-bot /run-all-tests |
/run-all-tests |
@sre-bot /merge |
@Rustin-Liu we are working on the CI problem. |
lgtm |
cherry pick to release-3.0 failed |
cherry pick to release-2.1 failed |
@bb7133 cherry-pick failed. |
It seems that, not for sure, we failed to cherry-pick this commit to release-2.1 release-3.0. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @zz-jason PTAL. |
/run-cherry-picker |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-2.1 in PR #16185 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.0 in PR #16186 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.1 in PR #16187 |
What problem does this PR solve?
#13626
What is changed and how it works?
Check List
Tests
None
Code changes
None
Side effects
None
Related changes
None
Release note
None