Replies: 1 comment
-
Created a feature request for it : #35952 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I had some QuarkusTest for custom HealthChecks. With
quarkus.http.test-port
set to 0 to get a random port.While migrating to Quarkus 3, we choose to enable the management interface.
Now, when I set
quarkus.management.test-port
to 0, RestAssured still use the port of the HTTP server so my tests failed.I can set the port in the test but I don't know how to get the correct value.
Do you know of a way to get the management interface port ?
I can't have a fixed
quarkus.management.test-port
because sometimes it's taken by another process on integration serverThank you
Beta Was this translation helpful? Give feedback.
All reactions