diff options
author | Mark D. Roth <roth@google.com> | 2016-07-15 08:54:50 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-15 08:54:50 -0700 |
commit | d60b91dde0ad9593e23f134e261a2c58d0b3e331 (patch) | |
tree | c2178b96012d8a9369a66ca8b63bc7012db2c875 /src/proto | |
parent | 6f6f59ae4b480d809d3e7f8af2b1a0cc3801117b (diff) | |
parent | b955636d412b1734968519cfd561d09cf6a1bd53 (diff) |
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/grpc/testing/control.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto index 20496a8116..ece6910815 100644 --- a/src/proto/grpc/testing/control.proto +++ b/src/proto/grpc/testing/control.proto @@ -229,4 +229,7 @@ message ScenarioResult { repeated int32 server_cores = 5; // An after-the-fact computed summary ScenarioResultSummary summary = 6; + // Information on success or failure of each worker + repeated bool client_success = 7; + repeated bool server_success = 8; } |