aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto/grpc/testing/test.proto
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2016-09-28 12:19:52 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2016-09-28 12:19:52 -0700
commita27eb1d07a78ae5115b0251b1096811722a8174d (patch)
treef0e1b1d1b99ac84376c98119805143061819aace /src/proto/grpc/testing/test.proto
parent942c264861dedd8020fc18d65933e8f4f57e3e46 (diff)
added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py
Diffstat (limited to 'src/proto/grpc/testing/test.proto')
-rw-r--r--src/proto/grpc/testing/test.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/test.proto b/src/proto/grpc/testing/test.proto
index 84369db4b8..084d59f8aa 100644
--- a/src/proto/grpc/testing/test.proto
+++ b/src/proto/grpc/testing/test.proto
@@ -69,6 +69,9 @@ service TestService {
// first request.
rpc HalfDuplexCall(stream StreamingOutputCallRequest)
returns (stream StreamingOutputCallResponse);
+
+ // A call that no server should implement
+ rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
}
// A simple service NOT implemented at servers so clients can test for