Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
scheduler: skip evict-leader-scheduler when setting schedule deny label #8303
scheduler: skip evict-leader-scheduler when setting schedule deny label #8303
Changes from all commits
844aa84
0f95d6e
78200a4
de0c440
c3e122d
d37ce02
15c9eee
fbca577
61865f3
3430f19
2efe6ec
52e4c96
616363b
182188e
00ea6d4
4cbf362
1ae13f2
96ae0a6
4355569
5701d24
231bd8a
6b72f31
2a51bd1
ab2761a
ad19424
fa47700
f400afa
077d864
18d1a97
1a31857
f981b69
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is waiting a minute too long?
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.
Because in previous tests, the default timeout test failed, so I changed it to one minute and since then there have been no failures.
If the schedule finishes quickly, it won't affect the test, it will only affect the time it takes for the test to fail.
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.
If you delete
evict
here, do we still need to deleteevict
in defer function?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.
If the test exits before this, we still need to DeleteScheduler.
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.
If the test exits before this, maybe all tests will be regarded as failed?
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 just mean L143~L152
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.
If the test exits in
L143~L152
which means this test is failed, maybe all tests will be regarded as failed and then no need to delete the scheduler by defer function?You can check the log in Jenkins, maybe it has some redundant delete?
https://do.pingcap.net/jenkins/blue/organizations/jenkins/tikv%2Fpd%2Fpull_integration_realcluster_test/detail/pull_integration_realcluster_test/98/pipeline/#step-77-log-200
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.
This is reasonable, we should allow it to repeat deletion. This won't affect anything
It is intended not to affect the operation of other TestXXX.