Skip to content

fix 'identitiy' typo in error message #6909

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

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Conversation

ginayeh
Copy link
Contributor

@ginayeh ginayeh commented Jan 8, 2024

RELEASE NOTES: none

@ginayeh ginayeh requested a review from arvindbr8 January 8, 2024 21:33
@arvindbr8
Copy link
Member

We need to fix the typo here as well xds/internal/xdsclient/xdsresource/listener_resource_type.go

@ginayeh ginayeh assigned arvindbr8 and unassigned ginayeh Jan 8, 2024
@ginayeh
Copy link
Contributor Author

ginayeh commented Jan 8, 2024

Should be ready for review now

@arvindbr8 arvindbr8 changed the title Typo fixing. fix 'identitiy' typo in error message Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

Merging #6909 (b2417c3) into master (a233d9b) will increase coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head b2417c3 differs from pull request most recent head 25c1dfb. Consider uploading reports for the commit 25c1dfb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6909      +/-   ##
==========================================
+ Coverage   83.73%   83.80%   +0.06%     
==========================================
  Files         287      287              
  Lines       30829    30829              
==========================================
+ Hits        25816    25836      +20     
+ Misses       3958     3942      -16     
+ Partials     1055     1051       -4     
Files Coverage Δ
...al/xdsclient/xdsresource/listener_resource_type.go 89.47% <100.00%> (ø)

... and 22 files with indirect coverage changes

@@ -430,7 +430,7 @@ type ClientHeader struct {
MethodName string `protobuf:"bytes,2,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"`
// A single process may be used to run multiple virtual
// servers with different identities.
// The authority is the name of such a server identitiy.
// The authority is the name of such a server identity.
Copy link
Member

Choose a reason for hiding this comment

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

We should not be modifying this pb.go as this is generated from protos in the grpc-proto repo. And this comment comes from here.

Let us rollback the changes to this file and cut a PR to fix the typo in the proto definition in the gRPC-proto repo. This will fix it the next time we generate.

@arvindbr8 arvindbr8 assigned ginayeh and unassigned arvindbr8 Jan 8, 2024
@arvindbr8 arvindbr8 added the Type: Internal Cleanup Refactors, etc label Jan 8, 2024
@arvindbr8 arvindbr8 added this to the 1.61 Release milestone Jan 8, 2024
@ginayeh ginayeh assigned arvindbr8 and unassigned ginayeh Jan 8, 2024
Copy link
Member

@arvindbr8 arvindbr8 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@arvindbr8 arvindbr8 assigned ginayeh and unassigned arvindbr8 Jan 8, 2024
@ginayeh ginayeh merged commit 5a36bb7 into grpc:master Jan 8, 2024
1 check passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants