aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/tests.json
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-12-21 06:25:16 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-12-21 19:31:15 +0000
commit81edf5ff9af2d90813773acb9c2793e1a4cd1057 (patch)
treece1a554d41a1df0ab00175991cb143039c22f6ad /src/python/grpcio_tests/tests/tests.json
parent6ec2642babab9530b19b165d429731ce5df2bb96 (diff)
Reform cygrpc.Operation
It is now a family of classes conforming to an interface rather than a single class no single instance of which makes use of all behavior scoped to the class. It also now only uses gRPC Core memory for the time of a single batch rather than for the entire lifetime of the instance.
Diffstat (limited to 'src/python/grpcio_tests/tests/tests.json')
-rw-r--r--src/python/grpcio_tests/tests/tests.json1
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 3bf5308749..e033c1063f 100644
--- a/src/python/grpcio_tests/tests/tests.json
+++ b/src/python/grpcio_tests/tests/tests.json
@@ -34,6 +34,7 @@
"unit._cython._no_messages_server_completion_queue_per_call_test.Test",
"unit._cython._no_messages_single_server_completion_queue_test.Test",
"unit._cython._read_some_but_not_all_responses_test.ReadSomeButNotAllResponsesTest",
+ "unit._cython._server_test.Test",
"unit._cython.cygrpc_test.InsecureServerInsecureClient",
"unit._cython.cygrpc_test.SecureServerSecureClient",
"unit._cython.cygrpc_test.TypeSmokeTest",