XdsSecurityTest flakiness: Add broken pipe to expected error messages (#30091)

pull/30123/head
Yash Tibrewal 3 years ago committed by GitHub
parent a8c8f5d8d0
commit 3aad52e4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds/xds_end2end_test.cc

@ -384,7 +384,7 @@ class XdsSecurityTest : public XdsEnd2endTest {
"(UNKNOWN: Failed to connect to remote host: Connection "
"(refused|reset by peer)|UNAVAILABLE: Failed to connect "
"to remote host: FD shutdown|UNKNOWN: Tls handshake failed|"
"UNAVAILABLE: Socket closed)"));
"UNAVAILABLE: Socket closed|UNAVAILABLE: Broken pipe)"));
}
});
Status status = SendRpc();

Loading…
Cancel
Save