aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
Commit message (Collapse)AuthorAge
* Add basicConfig handler to unit testsGravatar Richard Belleville2018-10-30
|
* Eliminate non-iterator-returned suppressionGravatar Mehrdad Afshari2018-04-19
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Disable so_reuseport for Python testsGravatar Ken Payson2017-12-20
|
* Return UNKNOWN on GenericRpcHandler failureGravatar Mehrdad Afshari2017-12-04
| | | | | | | | | | A GenericRpcHandler registered on a gRPC Server is not supposed to raise an exception and if it does so it is considered a programming defect. However, gRPC is supposed to respond to the client with an UNKNOWN status code. Previously, this situation was left unhandled and the client ended up receiving a response with CANCELLED status code. This commit fixes the issue https://github.com/grpc/grpc/issues/13629.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add missing unittest.main callGravatar Nathaniel Manista2017-02-28
| | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9.
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Add _invocation_defects_test.InvocationDefectsTestGravatar siddharthshukla2016-12-22
Added tests for detecting invocation time defects arising out of the runtime.