Closed baojinri closed 1 year ago
Merging #190 (8016f38) into main (7f1354e) will increase coverage by
20.76%
. The diff coverage is59.24%
.
@@ Coverage Diff @@
## main #190 +/- ##
===========================================
+ Coverage 39.66% 60.42% +20.76%
===========================================
Files 34 41 +7
Lines 4213 4892 +679
===========================================
+ Hits 1671 2956 +1285
+ Misses 2317 1556 -761
- Partials 225 380 +155
Impacted Files | Coverage Δ | |
---|---|---|
pkg/coderr/code.go | 0.00% <ø> (ø) |
|
server/cluster/metadata/types.go | 0.00% <0.00%> (ø) |
|
server/coordinator/procedure/util.go | 0.00% <ø> (ø) |
|
server/storage/meta.go | 0.00% <ø> (ø) |
|
server/storage/storage_impl.go | 57.21% <0.00%> (-5.10%) |
:arrow_down: |
server/member/watch_leader.go | 40.62% <20.00%> (-2.71%) |
:arrow_down: |
server/cluster/manager.go | 41.88% <34.88%> (ø) |
|
server/member/member.go | 47.39% <45.00%> (-1.32%) |
:arrow_down: |
server/coordinator/scheduler/scheduler_manager.go | 53.96% <47.36%> (ø) |
|
server/coordinator/procedure/manager_impl.go | 73.68% <55.55%> (+73.68%) |
:arrow_up: |
... and 13 more |
Which issue does this PR close?
Closes #
Rationale for this change
Test case has a partial probability of failure.
What changes are included in this PR?
remove partial probability of failure test code.
Are there any user-facing changes?
none
How does this change test
CI