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

feat: database backend add ssdb support #1280

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

go mod tidy

106330e
Select commit
Loading
Failed to load commit list.
Open

feat: database backend add ssdb support #1280

go mod tidy
106330e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 3, 2024 in 0s

72.35% of diff hit (target 74.80%)

View this Pull Request on Codecov

72.35% of diff hit (target 74.80%)

Annotations

Check warning on line 321 in context/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

context/context.go#L307-L321

Added lines #L307 - L321 were not covered by tests

Check warning on line 66 in database/ssdb/batch.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/batch.go#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 32 in database/ssdb/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/database.go#L29-L32

Added lines #L29 - L32 were not covered by tests

Check warning on line 39 in database/ssdb/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/database.go#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 46 in database/ssdb/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/database.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 59 in database/ssdb/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/database.go#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 11 in database/ssdb/log.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/log.go#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 28 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 39 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 56 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 66 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 76 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 92 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 108 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 122 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 141 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L134-L141

Added lines #L134 - L141 were not covered by tests

Check warning on line 150 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L148-L150

Added lines #L148 - L150 were not covered by tests

Check warning on line 172 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 177 in database/ssdb/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/storage.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 52 in database/ssdb/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/transaction.go#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 63 in database/ssdb/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/transaction.go#L61-L63

Added lines #L61 - L63 were not covered by tests

Check warning on line 70 in database/ssdb/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/transaction.go#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 81 in database/ssdb/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/transaction.go#L78-L81

Added lines #L78 - L81 were not covered by tests

Check warning on line 115 in database/ssdb/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/ssdb/transaction.go#L109-L115

Added lines #L109 - L115 were not covered by tests