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

client: rework resolver and balancer wrappers to avoid deadlock #6804

Merged
merged 21 commits into from
Dec 5, 2023

idle_test fix and tweaks

a4ef6d7
Select commit
Loading
Failed to load commit list.
Merged

client: rework resolver and balancer wrappers to avoid deadlock #6804

idle_test fix and tweaks
a4ef6d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 5, 2023 in 1s

85.97% of diff hit (target 83.40%)

View this Pull Request on Codecov

85.97% of diff hit (target 83.40%)

Annotations

Check warning on line 103 in balancer_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

balancer_wrapper.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 107 in balancer_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

balancer_wrapper.go#L107

Added line #L107 was not covered by tests

Check warning on line 118 in balancer_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

balancer_wrapper.go#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 270 in balancer_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

balancer_wrapper.go#L270

Added line #L270 was not covered by tests

Check warning on line 358 in clientconn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clientconn.go#L357-L358

Added lines #L357 - L358 were not covered by tests

Check warning on line 663 in clientconn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clientconn.go#L661-L663

Added lines #L661 - L663 were not covered by tests

Check warning on line 829 in clientconn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clientconn.go#L828-L829

Added lines #L828 - L829 were not covered by tests

Check warning on line 138 in internal/idle/idle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/idle/idle.go#L138

Added line #L138 was not covered by tests

Check warning on line 166 in internal/idle/idle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/idle/idle.go#L166

Added line #L166 was not covered by tests

Check warning on line 170 in internal/idle/idle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/idle/idle.go#L170

Added line #L170 was not covered by tests

Check warning on line 173 in internal/idle/idle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/idle/idle.go#L173

Added line #L173 was not covered by tests

Check warning on line 72 in resolver_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

resolver_wrapper.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 167 in resolver_wrapper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

resolver_wrapper.go#L156-L167

Added lines #L156 - L167 were not covered by tests