-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement xDS client-side fault injection filter (grpc#24354)
* Refactored with dynamic filters * Error-tolerance tuned * Fix leak of grpc_error and data race of canceller * Adopt the latest xDS HTTP filter framework * Fix fault injection tests' conflict with router filter * Test alternative setup (override, no-override) without copy * Refactor file strcutures of fault injection filter * Rewrite the Json parsing/assembling logic again * Added logic for aborting streaming RPC && resolve comments
- Loading branch information
Showing
40 changed files
with
3,064 additions
and
37 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
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
Oops, something went wrong.