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

neofs-lens/storage: add a sanity storage check #2884

Merged
merged 1 commit into from
Jul 10, 2024

neofs-lens/storage: add a sanity storage check

a32f52f
Select commit
Loading
Failed to load commit list.
Merged

neofs-lens/storage: add a sanity storage check #2884

neofs-lens/storage: add a sanity storage check
a32f52f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 10, 2024 in 1s

0.00% of diff hit (target 23.74%)

View this Pull Request on Codecov

0.00% of diff hit (target 23.74%)

Annotations

Check warning on line 48 in cmd/neofs-lens/internal/storage/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/root.go#L48

Added line #L48 was not covered by tests

Check warning on line 39 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 54 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L48-L54

Added lines #L48 - L54 were not covered by tests

Check warning on line 60 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 63 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 73 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L65-L73

Added lines #L65 - L73 were not covered by tests

Check warning on line 81 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L75-L81

Added lines #L75 - L81 were not covered by tests

Check warning on line 85 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L83-L85

Added lines #L83 - L85 were not covered by tests

Check warning on line 95 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L87-L95

Added lines #L87 - L95 were not covered by tests

Check warning on line 101 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 104 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L104

Added line #L104 was not covered by tests

Check warning on line 108 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L106-L108

Added lines #L106 - L108 were not covered by tests

Check warning on line 110 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L110

Added line #L110 was not covered by tests

Check warning on line 112 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L112

Added line #L112 was not covered by tests

Check warning on line 114 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L114

Added line #L114 was not covered by tests

Check warning on line 120 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L116-L120

Added lines #L116 - L120 were not covered by tests

Check warning on line 124 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 129 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L126-L129

Added lines #L126 - L129 were not covered by tests

Check warning on line 133 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 136 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L136

Added line #L136 was not covered by tests

Check warning on line 143 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L140-L143

Added lines #L140 - L143 were not covered by tests

Check warning on line 149 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L145-L149

Added lines #L145 - L149 were not covered by tests

Check warning on line 152 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L152

Added line #L152 was not covered by tests

Check warning on line 159 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L155-L159

Added lines #L155 - L159 were not covered by tests

Check warning on line 162 in cmd/neofs-lens/internal/storage/sanity.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-lens/internal/storage/sanity.go#L162

Added line #L162 was not covered by tests