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

storage: expose etcd's transaction as LowLevelTxn interface to kv.Base #9016

Merged
merged 13 commits into from
Feb 19, 2025

fix errors.toml

29a8470
Select commit
Loading
Failed to load commit list.
Merged

storage: expose etcd's transaction as LowLevelTxn interface to kv.Base #9016

fix errors.toml
29a8470
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 12, 2025 in 0s

83.00% of diff hit (target 74.91%)

View this Pull Request on Codecov

83.00% of diff hit (target 74.91%)

Annotations

Check warning on line 335 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L334-L335

Added lines #L334 - L335 were not covered by tests

Check warning on line 357 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L357

Added line #L357 was not covered by tests

Check warning on line 363 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L362-L363

Added lines #L362 - L363 were not covered by tests

Check warning on line 388 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L387-L388

Added lines #L387 - L388 were not covered by tests

Check warning on line 401 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L396-L401

Added lines #L396 - L401 were not covered by tests

Check warning on line 421 in pkg/storage/kv/etcd_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/etcd_kv.go#L417-L421

Added lines #L417 - L421 were not covered by tests

Check warning on line 80 in pkg/storage/kv/kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/kv.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 191 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 197 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 210 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 232 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L231-L232

Added lines #L231 - L232 were not covered by tests

Check warning on line 238 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 246 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L244-L246

Added lines #L244 - L246 were not covered by tests

Check warning on line 260 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L260

Added line #L260 was not covered by tests

Check warning on line 271 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L270-L271

Added lines #L270 - L271 were not covered by tests

Check warning on line 278 in pkg/storage/kv/levedb_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/levedb_kv.go#L277-L278

Added lines #L277 - L278 were not covered by tests

Check warning on line 306 in pkg/storage/kv/mem_kv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/kv/mem_kv.go#L305-L306

Added lines #L305 - L306 were not covered by tests