-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix flaky test OverrideBuildTimeConfigTest #44559
Fix flaky test OverrideBuildTimeConfigTest #44559
Conversation
Waiting to collect more information with #44534 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I added a small comment.
We will need to get this in before tomorrow evening to make sure it's included in 3.17.0.
@@ -1,5 +1,6 @@ | |||
package io.quarkus.runtime.configuration; | |||
|
|||
import static io.quarkus.runtime.ConfigConfig.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want the star imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange. I thought the impsort
plugin would get rid of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, no, it doesn't handle star imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, have you tried making the process as slow as possible to reproduce it? Either with nice
or by lowering your CPU frequency?
Experience shows that CI slowness usually make concurrency issues pop up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not... I'll try it.
ad7a6d0
to
8e04549
Compare
Status for workflow
|
Fixed issues with
OverrideBuildTimeConfigTest
observed in: