Craig Tiller %!s(int64=9) %!d(string=hai) anos
pai
achega
75dbc1eb67
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/cpp/end2end/server_crash_test_client.cc

+ 1 - 0
test/cpp/end2end/server_crash_test_client.cc

@@ -63,6 +63,7 @@ int main(int argc, char** argv) {
   EchoRequest request;
   EchoRequest request;
   EchoResponse response;
   EchoResponse response;
   grpc::ClientContext context;
   grpc::ClientContext context;
+  context.set_fail_fast(false);
 
 
   if (FLAGS_mode == "bidi") {
   if (FLAGS_mode == "bidi") {
     auto stream = stub->BidiStream(&context);
     auto stream = stub->BidiStream(&context);