domhanak opened a new issue, #352: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/352
### Description Whenever a E2E test fails in PR check, it is hard to determine what actually happened in case the test times out. Goal of this issue is to get logs of deployment that the failed test uses and archive it in the workflow page for download. This way we are able closely to debug issues with container startup. ### Implementation ideas In order to implement this we need to look at AfterAll() function of the tests and retrieve the logs from minikube. Something like: forEach failed test get the deployment and retrievelogs `kubectl get pods -n sonataflow-operator-system | grep relevant ones` `kubectl logs -f orderprocessing-7899775db4-ff6nj -n sonataflow-operator-system > failed_test_case_1_depoyment_logs` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
