diff options
author | Nathaniel Manista <nathaniel@google.com> | 2016-12-22 14:39:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 14:39:42 -0800 |
commit | 59e0d60b6b312d701d6731ebdf894e6c5d1ef202 (patch) | |
tree | 8380ef64811bf3b523a615e5449aed4a05a4f696 /src/python/grpcio_tests/tests/tests.json | |
parent | 0c4175f00ca247a275682b8e1b21673ff82ddf34 (diff) | |
parent | 48226a2f1f14b555505e39c322141e74aed90417 (diff) |
Merge pull request #8686 from thunderboltsid/issue-8231-re
"Handle" non-iterator objects in consume_request_iterator by failing the RPC.
Diffstat (limited to 'src/python/grpcio_tests/tests/tests.json')
-rw-r--r-- | src/python/grpcio_tests/tests/tests.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/tests.json b/src/python/grpcio_tests/tests/tests.json index 2ac51ac542..d47631cf75 100644 --- a/src/python/grpcio_tests/tests/tests.json +++ b/src/python/grpcio_tests/tests/tests.json @@ -26,6 +26,7 @@ "_implementations_test.ChannelCredentialsTest", "_insecure_interop_test.InsecureInteropTest", "_invalid_metadata_test.InvalidMetadataTest", + "_invocation_defects_test.InvocationDefectsTest", "_logging_pool_test.LoggingPoolTest", "_metadata_code_details_test.MetadataCodeDetailsTest", "_metadata_test.MetadataTest", |