Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI failure debugging - Dump Quarkus process launch logs if JarRunnerIT fails with condition timeout exceptions #9960

Merged
merged 1 commit into from Jun 15, 2020

Conversation

jaikiran
Copy link
Member

@jaikiran jaikiran commented Jun 12, 2020

JarRunnerIT test case (the "fast jar" test methods) is consistenly failing on CI jobs with condition timeout exceptions. However, it passes locally. The CI jobs don't have any hints on what's going wrong (and why a timeout of 1 minute isn't enough to launch the Quarkus process in that test).

The commit in this PR, is one attempt to try and see what's really going on. This change doesn't fix the failures but will dump the logs of the Quarkus process launch, if (and only if) a condition timeout occurs in that test. This might give us a clue if it really is taking more than a minute to launch it and if yes then why. We might need more debugging logs in that test case, but before I go do extensive changes in there, I wanted to see if this simple attempt will show up what's going on there.

@geoand geoand merged commit 29b123e into quarkusio:master Jun 15, 2020
@jaikiran jaikiran deleted the dump-logs-jar-runner-it branch June 15, 2020 13:33
@gsmet gsmet added this to the 1.6.0 - master milestone Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants