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(store): replace go maps with gokv #431

Merged
merged 3 commits into from
Oct 20, 2023

fix(store): add gomap to handle NQNs

01e2ef9
Select commit
Loading
Failed to load commit list.
Merged

feat(store): replace go maps with gokv #431

fix(store): add gomap to handle NQNs
01e2ef9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 20, 2023 in 1s

48.50% of diff hit (target 90.76%)

View this Pull Request on Codecov

48.50% of diff hit (target 90.76%)

Annotations

Check warning on line 56 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 66 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 96 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 111 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 125 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 149 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 164 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 196 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 236 in pkg/frontend/nvme_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_controller.go#L235-L236

Added lines #L235 - L236 were not covered by tests

Check warning on line 56 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 66 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 100 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 115 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 130 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 156 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 171 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 203 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L202-L203

Added lines #L202 - L203 were not covered by tests

Check warning on line 246 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 259 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L258-L259

Added lines #L258 - L259 were not covered by tests

Check warning on line 304 in pkg/frontend/nvme_namespace.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_namespace.go#L303-L304

Added lines #L303 - L304 were not covered by tests

Check warning on line 55 in pkg/frontend/nvme_subsystem.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_subsystem.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 63 in pkg/frontend/nvme_subsystem.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_subsystem.go#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 96 in pkg/frontend/nvme_subsystem.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_subsystem.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 111 in pkg/frontend/nvme_subsystem.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_subsystem.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 137 in pkg/frontend/nvme_subsystem.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/frontend/nvme_subsystem.go#L136-L137

Added lines #L136 - L137 were not covered by tests