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

Add index correction internal logic #2194

Merged
merged 103 commits into from
Oct 3, 2023

Remove memo

436da6e
Select commit
Loading
Failed to load commit list.
Merged

Add index correction internal logic #2194

Remove memo
436da6e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 3, 2023 in 1s

12.79% of diff hit (target 31.41%)

View this Pull Request on Codecov

12.79% of diff hit (target 31.41%)

Annotations

Check warning on line 92 in hack/tools/metrics/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

hack/tools/metrics/main.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 61 in internal/config/corrector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/corrector.go#L52-L61

Added lines #L52 - L61 were not covered by tests

Check warning on line 70 in internal/config/corrector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/corrector.go#L66-L70

Added lines #L66 - L70 were not covered by tests

Check warning on line 78 in internal/config/corrector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/corrector.go#L74-L78

Added lines #L74 - L78 were not covered by tests

Check warning on line 342 in internal/file/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/file/file.go#L342

Added line #L342 was not covered by tests

Check warning on line 31 in internal/net/grpc/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/context.go#L31

Added line #L31 was not covered by tests

Check warning on line 36 in internal/net/grpc/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/context.go#L36

Added line #L36 was not covered by tests

Check warning on line 41 in internal/net/grpc/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/context.go#L41

Added line #L41 was not covered by tests

Check warning on line 46 in internal/net/grpc/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/context.go#L46

Added line #L46 was not covered by tests

Check warning on line 79 in internal/net/grpc/stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/stream.go#L79

Added line #L79 was not covered by tests

Check warning on line 238 in internal/net/grpc/stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/stream.go#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 283 in internal/servers/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/servers/server/server.go#L281-L283

Added lines #L281 - L283 were not covered by tests

Check warning on line 308 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L307-L308

Added lines #L307 - L308 were not covered by tests

Check warning on line 335 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L334-L335

Added lines #L334 - L335 were not covered by tests

Check warning on line 350 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L349-L350

Added lines #L349 - L350 were not covered by tests

Check warning on line 363 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L362-L363

Added lines #L362 - L363 were not covered by tests

Check warning on line 472 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L471-L472

Added lines #L471 - L472 were not covered by tests

Check warning on line 480 in pkg/discoverer/k8s/service/discover.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/discoverer/k8s/service/discover.go#L479-L480

Added lines #L479 - L480 were not covered by tests

Check warning on line 560 in pkg/gateway/lb/handler/grpc/aggregation.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/gateway/lb/handler/grpc/aggregation.go#L560

Added line #L560 was not covered by tests

Check warning on line 584 in pkg/gateway/lb/handler/grpc/aggregation.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/gateway/lb/handler/grpc/aggregation.go#L583-L584

Added lines #L583 - L584 were not covered by tests

Check warning on line 650 in pkg/gateway/lb/handler/grpc/aggregation.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/gateway/lb/handler/grpc/aggregation.go#L649-L650

Added lines #L649 - L650 were not covered by tests

Check warning on line 671 in pkg/gateway/lb/handler/grpc/aggregation.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/gateway/lb/handler/grpc/aggregation.go#L666-L671

Added lines #L666 - L671 were not covered by tests

Check warning on line 49 in pkg/index/job/correction/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/correction/config/config.go#L42-L49

Added lines #L42 - L49 were not covered by tests

Check warning on line 55 in pkg/index/job/correction/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/correction/config/config.go#L51-L55

Added lines #L51 - L55 were not covered by tests

Check warning on line 61 in pkg/index/job/correction/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/correction/config/config.go#L57-L61

Added lines #L57 - L61 were not covered by tests