-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add debugging/tracing for PublicFieldAccessInheritanceTest #43074
Conversation
/cc @gsmet (hibernate-orm) |
This comment has been minimized.
This comment has been minimized.
Wonderful -- system properties seem to be leaking from one test to the next. I'll look into this. |
So that tests can change them between executions -- in particular in QuarkusUnitTest, which re-builds the application for each test class.
6f09e04
to
0009d38
Compare
To investigate transient failures, see quarkusio#42479
0009d38
to
7b34581
Compare
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
I managed to work around that problem. So, tests pass. Also, the debug information is correctly attached as build artifacts to the GitHub Actions' run results: And the build artifacts contain all I need:
The directory name Hey @gsmet can we merge this? It will take a few weeks before we get another instance of the failure on CI, so the sooner the better :) |
Part of an ongoing investigation regarding #42479.
Best reviewed commit by commit.
I don't know what I'm looking for, so I enabled as much tracing and dumps as I could for this particular test -- and made sure to upload dumps as artifacts.