Skip to content
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

tests: independent region sync test #1545

Merged
merged 5 commits into from
May 22, 2019
Merged

tests: independent region sync test #1545

merged 5 commits into from
May 22, 2019

Conversation

nolouch
Copy link
Contributor

@nolouch nolouch commented May 21, 2019

Signed-off-by: nolouch nolouch@gmail.com

What problem does this PR solve?

move the region sync test to one package.

@codecov-io
Copy link

codecov-io commented May 21, 2019

Codecov Report

Merging #1545 into master will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1545      +/-   ##
==========================================
+ Coverage   68.07%   68.16%   +0.09%     
==========================================
  Files         159      159              
  Lines       15843    15843              
==========================================
+ Hits        10785    10800      +15     
+ Misses       4100     4091       -9     
+ Partials      958      952       -6
Impacted Files Coverage Δ
server/region_syncer/server.go 81.89% <0%> (-9.49%) ⬇️
pkg/metricutil/metricutil.go 90.62% <0%> (-9.38%) ⬇️
client/client.go 68.39% <0%> (+0.2%) ⬆️
server/handler.go 55.47% <0%> (+0.5%) ⬆️
server/grpc_service.go 60.72% <0%> (+0.64%) ⬆️
server/option.go 91.33% <0%> (+0.78%) ⬆️
server/leader.go 83.67% <0%> (+0.81%) ⬆️
server/core/kv.go 76.08% <0%> (+1.44%) ⬆️
server/tso.go 76.59% <0%> (+2.12%) ⬆️
server/schedule/region_scatterer.go 88.23% <0%> (+2.2%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1268d8b...0f1d333. Read the comment docs.

@nolouch
Copy link
Contributor Author

nolouch commented May 21, 2019

/ok-to-test

Signed-off-by: nolouch <nolouch@gmail.com>
@nolouch nolouch changed the title [DNM] debug the unstable test tests: independent region sync test May 22, 2019
@nolouch nolouch requested review from rleungx and disksing May 22, 2019 03:05
Signed-off-by: nolouch <nolouch@gmail.com>
Signed-off-by: nolouch <nolouch@gmail.com>
@nolouch
Copy link
Contributor Author

nolouch commented May 22, 2019

/ok-to-test

@nolouch
Copy link
Contributor Author

nolouch commented May 22, 2019

/ok-to-test

@nolouch nolouch merged commit 7a4685b into tikv:master May 22, 2019
@nolouch nolouch deleted the debug-test branch May 22, 2019 06:14
nolouch added a commit that referenced this pull request May 23, 2019
* tiny clean up code (#1526)

Signed-off-by: Ryan Leung <rleungx@gmail.com>

* config:  enable use region storage by default (#1524)

* config: default enable use region storage

* schedulers: let hot region balance not affect by balance-region-scheduler-limit (#1522)

Signed-off-by: nolouch <nolouch@gmail.com>

* log: do not add stack to error log (#1532)

* *: replace gofail with pingcap/failpoint (#1534)

* *: 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 (#1533)

* server: set timeout for MoveLeader

Signed-off-by: disksing <i@disksing.com>

* client, server: add ScanRegions gRPC protocol support (#1535)

* client, server: support ScanRegions gRPC protocol

Signed-off-by: disksing <i@disksing.com>

* schedule: actively push operator  (#1536)

* schedule: actively push operator

Signed-off-by: nolouch <nolouch@gmail.com>

* *: update some dead links (#1543)

* update links

Signed-off-by: Ryan Leung <rleungx@gmail.com>

* Add windows build script (#1540)

Signed-off-by: Ana Hobden <operator@hoverbear.org>

* fix operator timeout metrics (#1541)

Signed-off-by: Ryan Leung <rleungx@gmail.com>

* *:Rollback config in store when kv.persist failed (#1476)

* tests: independent region sync test (#1545)

* tests: independent syncer region test

Signed-off-by: nolouch <nolouch@gmail.com>

* schedule: operator limit for stores (#1474)

* add store limit for scheduling

Signed-off-by: Ryan Leung <rleungx@gmail.com>

* statistic: add the statistic of flow (#1548)

* store_statistic: add the statistic of flow

Signed-off-by: nolouch <nolouch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants