pingcap / failpoint

An implementation of failpoints for Golang.
Apache License 2.0
817 stars 63 forks source link

code: add unit test for restorer #13

Closed lonng closed 5 years ago

lonng commented 5 years ago

Signed-off-by: Lonng chris@lonng.org

What problem does this PR solve?

Add unit test for restorer

Check List

Tests

Side effects

N/A

Related changes

N/A

codecov[bot] commented 5 years ago

Codecov Report

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

@@               Coverage Diff                @@
##             master        #13        +/-   ##
================================================
+ Coverage   55.4778%   57.8143%   +2.3364%     
================================================
  Files             8          7         -1     
  Lines           858        851         -7     
================================================
+ Hits            476        492        +16     
+ Misses          290        262        -28     
- Partials         92         97         +5
lonng commented 5 years ago

PTAL @amyangfei @kennytm