Remove Admin rest api from enforcer #1724
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
integration-test.yml
on: pull_request_target
build_adapter
/
build
10m 59s
build_common_controller
/
build
8m 41s
build_enforcer
/
build
6m 10s
build_router
/
build
11m 10s
build_ratelimiter
/
build
3m 38s
build_config
/
build
8m 27s
build_idpds
/
build
5m 46s
build_idpui
/
build
1m 53s
runs_go_integration_tests_on_pull_request_target
18m 28s
runs_cucumber_integration_tests_on_pull_request_target
22m 27s
Annotations
5 errors and 4 warnings
runs_cucumber_integration_tests_on_pull_request_target
APKIntegrationTestSuite.runScenario
──────────────────────────────────────────────────────────────────────────────────────────
Actual response body: ***"code":"404","description":"The requested resource is not available.","message":"Not Found"***
expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Actual response body: ***"code":"404","description":"The requested resource is not available.","message":"Not Found"***
expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:111)
at org.testng.Assert.failNotEquals(Assert.java:1578)
at org.testng.Assert.assertTrue(Assert.java:57)
at org.wso2.apk.integration.api.BaseSteps.theResponseBodyShouldContain(BaseSteps.java:97)
at ✽.the response body should contain "https://backend/anything/employee"(file:///home/runner/work/apk/apk/apk-repo/test/cucumber-tests/src/test/resources/tests/api/Endpoint.feature:14)
|
runs_cucumber_integration_tests_on_pull_request_target
APKIntegrationTestSuite.runScenario
──────────────────────────────────────────────────────────────────────────────────────────
Could not receive expected response within time. Last received code: 404, last response body: ***"message":"Not Found","code":"404","description":"The requested resource is not available."***
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.apk.integration.utils.exceptions.TimeoutException: Could not receive expected response within time. Last received code: 404, last response body: ***"message":"Not Found","code":"404","description":"The requested resource is not available."***
at org.wso2.apk.integration.utils.clients.SimpleHTTPClient.executeLastRequestForEventualConsistentResponse(SimpleHTTPClient.java:426)
at org.wso2.apk.integration.api.BaseSteps.eventualSuccess(BaseSteps.java:208)
at ✽.I eventually receive 200 response code, not accepting(file:///home/runner/work/apk/apk/apk-repo/test/cucumber-tests/src/test/resources/tests/api/CustomRatelimit.feature:16)
|
runs_cucumber_integration_tests_on_pull_request_target
APKIntegrationTestSuite.runScenario
──────────────────────────────────────────────────────────────────────────────────────────
Could not receive expected response within time. Last received code: 404, last response body: ***"code":"404","message":"Not Found","description":"The requested resource is not available."***
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.apk.integration.utils.exceptions.TimeoutException: Could not receive expected response within time. Last received code: 404, last response body: ***"code":"404","message":"Not Found","description":"The requested resource is not available."***
at org.wso2.apk.integration.utils.clients.SimpleHTTPClient.executeLastRequestForEventualConsistentResponse(SimpleHTTPClient.java:426)
at org.wso2.apk.integration.api.BaseSteps.eventualSuccess(BaseSteps.java:208)
at ✽.I eventually receive 200 response code, not accepting(file:///home/runner/work/apk/apk/apk-repo/test/cucumber-tests/src/test/resources/tests/api/DifferentEndpointResourceLevel.feature:12)
|
runs_cucumber_integration_tests_on_pull_request_target
APKIntegrationTestSuite.runScenario
──────────────────────────────────────────────────────────────────────────────────────────
Could not receive expected response within time. Last received code: 404, last response body: ***"message":"Not Found","description":"The requested resource is not available.","code":"404"***
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.apk.integration.utils.exceptions.TimeoutException: Could not receive expected response within time. Last received code: 404, last response body: ***"message":"Not Found","description":"The requested resource is not available.","code":"404"***
at org.wso2.apk.integration.utils.clients.SimpleHTTPClient.executeLastRequestForEventualConsistentResponse(SimpleHTTPClient.java:426)
at org.wso2.apk.integration.api.BaseSteps.eventualSuccess(BaseSteps.java:208)
at ✽.I eventually receive 200 response code, not accepting(file:///home/runner/work/apk/apk/apk-repo/test/cucumber-tests/src/test/resources/tests/api/DifferentSandProdEndpoint.feature:12)
|
runs_cucumber_integration_tests_on_pull_request_target
Process completed with exit code 1.
|
runs_go_integration_tests_on_pull_request_target
The following actions uses node12 which is deprecated and will be forced to run on node16: malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runs_go_integration_tests_on_pull_request_target
No test results found!
|
runs_cucumber_integration_tests_on_pull_request_target
The following actions uses node12 which is deprecated and will be forced to run on node16: malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runs_cucumber_integration_tests_on_pull_request_target
63 tests run, 0 skipped, 4 failed.
|