-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align gRPC server status code to span status code (#3685)
* implement based on new spec * fix return value of serverStatus * fix current tests * add internal error test * add changelog entry * move function to bottom * add ok test * add stream server test * refactor tests as table-driven tests, and add test for StreamServerInterceptor * Update CHANGELOG.md fix CR note on the changelog Co-authored-by: Robert Pająk <pellared@hotmail.com> * refactor server tests to use shared assertion methods * fix more CR * add all gRPC status + remove name and grpcErr from vars --------- Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: Damien Mathieu <42@dmathieu.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
- Loading branch information
1 parent
1870062
commit f998e3f
Showing
3 changed files
with
191 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters