File tree Expand file tree Collapse file tree
its/it-tests/src/test/java/com/sonar/scanner/api/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,12 @@ public void simple_analysis_with_server_and_without_client_certificate_is_failin
220220 "Caused by: javax\\ .net\\ .ssl\\ .SSLProtocolException: Broken pipe \\ (Write failed\\ ).*" )
221221 ||
222222 p .matches ("(?s).*org\\ .sonarsource\\ .scanner\\ .api\\ .internal\\ .ScannerException: Unable to execute SonarScanner analysis.*" +
223- "Caused by: javax\\ .net\\ .ssl\\ .SSLHandshakeException: Received fatal alert: bad_certificate.*" ));
223+ "Caused by: javax\\ .net\\ .ssl\\ .SSLHandshakeException: Received fatal alert: bad_certificate.*" )
224+ ||
225+ p .matches ("(?s).*org\\ .sonarsource\\ .scanner\\ .api\\ .internal\\ .ScannerException: Unable to execute SonarScanner analysis.*" +
226+ "Caused by: java\\ .net\\ .SocketException: Broken pipe \\ (Write failed\\ ).*" +
227+ "java\\ .base/sun\\ .security\\ .ssl\\ .SSLSocketOutputRecord.*" )
228+ );
224229 }
225230
226231 private static Path project (String projectName ) {
You can’t perform that action at this time.
0 commit comments