enhance: Add ctx param to KV operation interfaces #38154
Merged
Codecov / codecov/project
succeeded
Dec 5, 2024 in 0s
81.08% (target 77.00%)
View this Pull Request on Codecov
81.08% (target 77.00%)
Details
Codecov Report
Attention: Patch coverage is 94.00480%
with 25 lines
in your changes missing coverage. Please review.
Project coverage is 81.08%. Comparing base (
e359725
) to head (423765a
).
Report is 18 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #38154 +/- ##
==========================================
- Coverage 81.11% 81.08% -0.03%
==========================================
Files 1372 1372
Lines 191350 191480 +130
==========================================
+ Hits 155219 155270 +51
- Misses 30646 30710 +64
- Partials 5485 5500 +15
Components | Coverage Δ | |
---|---|---|
Client | 74.43% <ø> (ø) |
|
Core | 68.88% <ø> (+<0.01%) |
⬆️ |
Go | 83.21% <94.00%> (-0.04%) |
⬇️ |
Files with missing lines | Coverage Δ | |
---|---|---|
internal/datacoord/server.go | 73.79% <100.00%> (+0.80%) |
⬆️ |
internal/kv/tikv/txn_tikv.go | 83.24% <100.00%> (ø) |
|
internal/metastore/kv/streamingcoord/kv_catalog.go | 81.25% <100.00%> (ø) |
|
internal/metastore/kv/streamingnode/kv_catalog.go | 76.00% <100.00%> (ø) |
|
internal/querycoordv2/meta/resource_manager.go | 82.07% <100.00%> (+0.02%) |
⬆️ |
internal/querycoordv2/server.go | 79.53% <100.00%> (ø) |
|
internal/tso/tso.go | 81.25% <100.00%> (ø) |
|
pkg/kv/kv.go | 0.00% <ø> (ø) |
|
pkg/kv/rocksdb/rocksdb_kv.go | 80.11% <100.00%> (ø) |
|
pkg/mq/mqimpl/rocksmq/server/rocksmq_retention.go | 76.72% <100.00%> (ø) |
|
... and 9 more |
Loading