Skip to content

Commit

Permalink
Add integration testing for gRPC instrumentation (#297)
Browse files Browse the repository at this point in the history
* Add integration testing for unary client

* Update to test both client and server unary interceptors

* Add testing for streaming gRPC

* lint

* Update CHANGELOG

* Update Changelog with PR number

* Remove duplicate testing const
  • Loading branch information
MrAlias authored Aug 26, 2020
1 parent d6b87c8 commit 0afc4ae
Show file tree
Hide file tree
Showing 2 changed files with 614 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

- Benchmark tests for the gRPC instrumentation. (#296)
- Integration testing for the gRPC instrumentation. (#297)

## [0.11.0] - 2020-08-25

Expand Down
Loading

0 comments on commit 0afc4ae

Please sign in to comment.