-
Notifications
You must be signed in to change notification settings - Fork 727
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
*: rebase release 3.0 to master #1547
Conversation
Signed-off-by: Ryan Leung <[email protected]>
* config: default enable use region storage
…uler-limit (tikv#1522) Signed-off-by: nolouch <[email protected]>
* *: replace gofail with pingcap/failpoint Signed-off-by: disksing <[email protected]> * fix typo Signed-off-by: disksing <[email protected]> * fix typo Signed-off-by: disksing <[email protected]> * Update server/cluster_test.go Co-Authored-By: Lonng <[email protected]> * Update server/tso.go Co-Authored-By: Lonng <[email protected]> * Update server/tso.go Co-Authored-By: Lonng <[email protected]> * check enable failpoint result Signed-off-by: disksing <[email protected]> * Update server/cluster.go Co-Authored-By: Lonng <[email protected]>
* server: set timeout for MoveLeader Signed-off-by: disksing <[email protected]>
* client, server: support ScanRegions gRPC protocol Signed-off-by: disksing <[email protected]>
* schedule: actively push operator Signed-off-by: nolouch <[email protected]>
* update links Signed-off-by: Ryan Leung <[email protected]>
Signed-off-by: Ana Hobden <[email protected]>
Signed-off-by: Ryan Leung <[email protected]>
* tests: independent syncer region test Signed-off-by: nolouch <[email protected]>
* add store limit for scheduling Signed-off-by: Ryan Leung <[email protected]>
/run-all-tests tidb=release-3.0 tikv=release-3.0 tidb-test=release-3.0 |
/run-all-tests tidb=release-3.0 tikv=release-3.0 |
/ok-to-test |
* store_statistic: add the statistic of flow Signed-off-by: nolouch <[email protected]>
/ok-to-test |
2 similar comments
/ok-to-test |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## release-3.0 #1547 +/- ##
===============================================
- Coverage 67.81% 67.75% -0.06%
===============================================
Files 158 159 +1
Lines 15632 16141 +509
===============================================
+ Hits 10601 10937 +336
- Misses 4083 4250 +167
- Partials 948 954 +6
Continue to review full report at Codecov.
|
What problem does this PR solve?
rebase master to release 3.0
Check List
Tests