-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Fix][Zeta] Use dynamic port allocation for HTTP in RestApiHttpsForTruststoreTest and update Prometheus image
#9792
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
Conversation
RestApiHttpsForTruststoreTest
Hisoka-X
left a comment
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 @dybyte
|
Thanks @dybyte please retry ci |
|
@Hisoka-X @corgy-w It seems like we may need to change the Docker image from |
RestApiHttpsForTruststoreTestRestApiHttpsForTruststoreTest and update Prometheus image
LGTM. |
|
All CI checks have passed. |
Purpose of this pull request
Fix intermittent unit-test CI failures in
RestApiHttpsForTruststoreTestcaused by HTTP port conflicts by dynamically allocating the HTTP port (excluding the fixed HTTP port).See BaseServletTest.java
for reference.
Does this PR introduce any user-facing change?
No
How was this patch tested?
The change is covered by existing tests.
Check list
New License Guide