Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

channelz: add LocalAddr to listen sockets and test#7062

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zasweq merged 3 commits intogrpc:masterfromdfawley:precz
Mar 22, 2024

Conversation

dfawley
Copy link
Member

RELEASE NOTES: none

@codecovCodecov
Copy link

codecovbot commentedMar 21, 2024
edited
Loading

Codecov Report

Merging#7062 (d827cbe) intomaster (eb5828b) willincrease coverage by0.08%.
Report is 1 commits behind head on master.
The diff coverage is100.00%.

Additional details and impacted files
@@            Coverage Diff             @@##           master    #7062      +/-   ##==========================================+ Coverage   82.49%   82.58%   +0.08%==========================================  Files         300      300                Lines       31351    31357       +6     ==========================================+ Hits        25864    25896      +32+ Misses       4434     4409      -25+ Partials     1053     1052       -1
FilesCoverage Δ
server.go82.23% <100.00%> (+0.64%)⬆️

... and17 files with indirect coverage changes

@sergiitk
Copy link
Member

For posterity: the regression introduced in#6969, internal ref b/330220025.

Copy link
Contributor

@zasweqzasweq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM outside minor nit. We should trigger an adhoc interop run to see if this fixes.

Comment on lines 223 to 228
return false, fmt.Errorf("server want id %d, but got %d", serverID, srv.ID)
}

skts := srv.ListenSockets()
if got, want := len(skts), 1; got != want {
return false, fmt.Errorf("server has %v sockets; want %v", got, want)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Optional nit: keep consistent with go style guide and also I prefer consistent format across errors (and our codebase):https://g3doc.corp.google.com/go/g3doc/style/decisions.md?cl=head#got-before-want

@zasweqzasweq assigneddfawley and unassignedzasweqMar 21, 2024
@zasweqzasweq merged commitc003fdf intogrpc:masterMar 22, 2024
1 check passed
@zasweq
Copy link
Contributor

Merged; hopefully tests pass now :)

@dfawleydfawley deleted the precz branchMarch 22, 2024 20:01
dfawley added a commit to dfawley/grpc-go that referenced this pull requestMar 22, 2024
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsSep 19, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@zasweqzasweqzasweq approved these changes

Assignees

@dfawleydfawley

Labels
Projects
None yet
Milestone
1.63 Release
Development

Successfully merging this pull request may close these issues.

3 participants
@dfawley@sergiitk@zasweq

[8]ページ先頭

©2009-2025 Movatter.jp