-
Notifications
You must be signed in to change notification settings - Fork 725
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 <rleungx@gmail.com>
* config: default enable use region storage
…uler-limit (tikv#1522) Signed-off-by: nolouch <nolouch@gmail.com>
* *: replace gofail with pingcap/failpoint Signed-off-by: disksing <i@disksing.com> * fix typo Signed-off-by: disksing <i@disksing.com> * fix typo Signed-off-by: disksing <i@disksing.com> * Update server/cluster_test.go Co-Authored-By: Lonng <chris@lonng.org> * Update server/tso.go Co-Authored-By: Lonng <chris@lonng.org> * Update server/tso.go Co-Authored-By: Lonng <chris@lonng.org> * check enable failpoint result Signed-off-by: disksing <i@disksing.com> * Update server/cluster.go Co-Authored-By: Lonng <chris@lonng.org>
* server: set timeout for MoveLeader Signed-off-by: disksing <i@disksing.com>
* client, server: support ScanRegions gRPC protocol Signed-off-by: disksing <i@disksing.com>
* schedule: actively push operator Signed-off-by: nolouch <nolouch@gmail.com>
* update links Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
* tests: independent syncer region test Signed-off-by: nolouch <nolouch@gmail.com>
* add store limit for scheduling Signed-off-by: Ryan Leung <rleungx@gmail.com>
/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 <nolouch@gmail.com>
/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