-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Added test for grpc UnaryInterceptorClient #695
Conversation
0bfd584
to
67e5188
Compare
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.
Good start.
Are there plans to include test for grpctrace.go
as well?
Yes, that's what I am working now. I opened the pull for UrinaryInterceptor first so #683 could be unblocked and I add more test cases afterwards. |
@mujtaba-ahmed12 would you be okay with prioritizing merging #683 prior to this? |
What I meant was first merge this pull request, so #683 can rebase and merge its bug fix. I will add new test cases afterward. I will submit patch for changes requested today. |
@mujtaba-ahmed12 #683 is not blocked on this work and contains a bug fix so I'm going prioritize merging that. If you need help resolving the ensuing merge conflicts let me know and I'll be happy to help. |
9fdb5a5
to
0b3ea3c
Compare
@MrAlias Can you review this today? I have rebased branch on top of master and added test for streamInterceptor. |
@MrAlias or @mujtaba-ahmed12 please resolve the comments if this is ready to merge? |
@MrAlias Can you review this today, I have added condition for missing attributes in expected. |
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.
Looks good. Thanks for all the hard work! 🎉
This address issue #684