-
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
ddl: add global-state-syncer for handling data to etcd. #43113
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
1d98603
to
f194392
Compare
func TestStateSyncerSimple(t *testing.T) { | ||
variable.EnableMDL.Store(false) | ||
if runtime.GOOS == "windows" { | ||
t.Skip("integration.NewClusterV3 will create file contains a colon which is not allowed on Windows") |
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.
Do we now support compiling TiDB on windows?
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.
I'm not sure. I think that's supportive. I checked, and the SecureBootstrap
is not supported.
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.
I mean maybe we could just let it compile failed. But it's not a serious issue. Just keep it now. :)
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.
I saw it in the other tests, so I added it here.
74c4c5c
to
20ef032
Compare
PTAL @Defined2014 |
PTAL @tangenta |
Found a failed UT: #43170 |
/retest |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 33d5762
|
/retest |
/hold |
/unhold |
/test all |
What problem does this PR solve?
Issue Number: close #43112
Problem Summary:
What is changed and how it works?
Add some interfaces for stateSyncer as following:
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.