Boot-failure log-tail — evidence for quarkusio/quarkus#54554 (fixes #53799)
When a @QuarkusIntegrationTest application fails to boot, the test only reports a generic
"Unable to determine the status of the running process" — the real cause is written to
quarkus.log on disk, which is easy to miss (and on CI is often gone by the time you look).
PR #54554 echoes the tail of that log to
System.err right after the existing breadcrumb.
This gist answers the two review questions with data:
- @geoand: is 50 lines enough to be meaningful?