Skip to content

Update surefire plugin #4

Update surefire plugin

Update surefire plugin #4

Triggered via push January 22, 2024 23:11
Status Failure
Total duration 32s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testGetRequestWithNonAlphanumericQueryParam: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testPutRequestWithPathAndQueryParams: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testNonExistentRouteReturns404: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testGetStaticStringRouteRequest: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testGetMultipleStaticStringRouteRequest: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testGetRequestWithPathParam: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testGetRequestWithMultipleQueryParams: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testDeleteRequest: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testUnsupportedMethodReturns405: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testMultipleGetMethods: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest ► testConcurrentRequests: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml#L0
Failed test found in: target/surefire-reports/TEST-net.jonathangiles.tools.teenyhttpd.TeenyHttpdTest.xml Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
build
Failed test were found and 'fail-on-error' option is set to true
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
Permission denied
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/