-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
xds: add unit tests for HandshakeInfo.Equal
#7638
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7638 +/- ##
==========================================
- Coverage 81.93% 81.81% -0.12%
==========================================
Files 361 361
Lines 27816 27821 +5
==========================================
- Hits 22790 22761 -29
- Misses 3837 3860 +23
- Partials 1189 1200 +11 |
c4d55e0
to
ce5843a
Compare
equal
@janardhankrishna-sai please add rel notes and as mentioned before please follow convention : for PR titles |
@purnesh42H Added relevant notes as before. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@easwars for second review |
equal
HandshakeInfo.Equal
@easwars Addressed the above mentioned comments and pushed the changes, please let me know if any changes need to be made. |
HandshakeInfo.Equal
HandshakeInfo.Equal
wantMatch: true, | ||
}, | ||
{ | ||
desc: "same providers, different SAN matchers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test case seems to be subset of the next one. So, we can remove this test case.
HandshakeInfo.Equal
HandshakeInfo.Equal
@janardhanvissa for future, please respond to each of reviewer's comment.
This keeps the conversation organized and makes it easier for reviewers to track changes. |
@purnesh42H Ok, understood. I'll follow this approach in future responses. Thank you! |
Addresses: #6568
RELEASE NOTES: None