jstastny-cz commented on PR #1895: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/1895#issuecomment-1757811522
Jobs service test failures are known issues. CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded is not clear, maybe random fail? Validated the logs by downloading the consoleText output from https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/view/change-requests/job/PR-1895/1/consoleText and executing following command with single value output: ``` [jstastny@IBM-PF3JSA31:/tmp]$ cat consoleText | sed -n 's#.*Container quay.io\/keycloak\/keycloak\(.*\)is starting.*#\1#p' | uniq :20.0.2 ``` Which means only the desired keycloak containers are started now. -- 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]
