diff options
author | Yang Gao <yangg@google.com> | 2015-03-30 13:08:34 -0700 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-03-30 13:08:34 -0700 |
commit | 0c4b0ddcc573f2260c955f78805a9e798ea2c226 (patch) | |
tree | e5c227e3770fa9bca7e4e901aa9a08b8061c9c7a /test/cpp/util | |
parent | fbf8a37c5eafcb1f9b27d9bdaac73040785dd6b6 (diff) |
Add tests with delayed cancellation from client and server
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/messages.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/util/messages.proto b/test/cpp/util/messages.proto index 9c27f6869e..a79bce1f30 100644 --- a/test/cpp/util/messages.proto +++ b/test/cpp/util/messages.proto @@ -34,6 +34,8 @@ package grpc.cpp.test.util; message RequestParams { optional bool echo_deadline = 1; + optional int32 client_cancel_after_us = 2; + optional int32 server_cancel_after_us = 3; } message EchoRequest { |