You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI tests runnen in ci/qa/all.sh; eerst main runnen (zou helemaal groen moeten zijn) en daarna voor de branch, zodat we een baseline hebben van wat er fixed moet worden. @johanib
Fix /health endpoint [2024-12-13 13:38:35] app.INFO: Handling incoming request: GET /health [] {"session_id":null,"request_id":"675c2acbe59ef"} [2024-12-13 13:38:35] request.INFO: Matched route "monitor.health". {"route":"monitor.health","route_parameters":{"_route":"monitor.health","_controller":"openconext.monitor.controller.health"},"request_uri":"https://localhost/health","method":"GET"} {"session_id":null,"request_id":"675c2acbe59ef"} [2024-12-13 13:38:35] event.INFO: An exception was thrown while getting the uncalled listeners. {"exception":"[object] (Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException(code: 0): There is currently no session available. at /var/www/html/vendor/symfony/http-foundation/RequestStack.php:126)"} {"session_id":"6a53724eba871bbfab8ad81b8bb029e6","request_id":"675c2acbe59ef"}
Fix push from Manage to Engineblock The controller for URI "/authentication/idp/single-sign-on" is not callable: Controller "engineblock.controller.authentication.identity_provider" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?
Implement running tests using DevConf
Research fix or migrate Behat tests
Check which Behat dependencies can be potentially removed to run integration tests
The text was updated successfully, but these errors were encountered:
Tracking ticket voor EB upgrade (PHP/Symphony)
Rebase upgrade branch onto main @Jong-Vincent
CI tests runnen in
ci/qa/all.sh
; eerst main runnen (zou helemaal groen moeten zijn) en daarna voor de branch, zodat we een baseline hebben van wat er fixed moet worden. @johanibFix /health endpoint
[2024-12-13 13:38:35] app.INFO: Handling incoming request: GET /health [] {"session_id":null,"request_id":"675c2acbe59ef"} [2024-12-13 13:38:35] request.INFO: Matched route "monitor.health". {"route":"monitor.health","route_parameters":{"_route":"monitor.health","_controller":"openconext.monitor.controller.health"},"request_uri":"https://localhost/health","method":"GET"} {"session_id":null,"request_id":"675c2acbe59ef"} [2024-12-13 13:38:35] event.INFO: An exception was thrown while getting the uncalled listeners. {"exception":"[object] (Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException(code: 0): There is currently no session available. at /var/www/html/vendor/symfony/http-foundation/RequestStack.php:126)"} {"session_id":"6a53724eba871bbfab8ad81b8bb029e6","request_id":"675c2acbe59ef"}
Fix push from Manage to Engineblock
The controller for URI "/authentication/idp/single-sign-on" is not callable: Controller "engineblock.controller.authentication.identity_provider" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?
Implement running tests using DevConf
Research fix or migrate Behat tests
Check which Behat dependencies can be potentially removed to run integration tests
The text was updated successfully, but these errors were encountered: