[xds] Regex fix in test (#33981)

pull/33982/head^2
Vignesh Babu 1 year ago committed by GitHub
parent 30c68edfcb
commit 0616c8b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds/xds_end2end_test_lib.cc

@ -1052,6 +1052,8 @@ std::string XdsEnd2endTest::MakeConnectionFailureRegex(
"(UNKNOWN|UNAVAILABLE): (ipv6:%5B::1%5D|ipv4:127.0.0.1):[0-9]+: "
"(Failed to connect to remote host: )?"
"(Connection refused|Connection reset by peer|"
"recvmsg:Connection reset by peer|"
"getsockopt\\(SO\\_ERROR\\): Connection reset by peer|"
"Socket closed|FD shutdown)");
}

Loading…
Cancel
Save