Skip to content
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

Allow passing quarkus.* system properties to Quarkus ITs #1152

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

dimas-b
Copy link
Contributor

@dimas-b dimas-b commented Mar 11, 2025

Useful example is to run a Quarkus integration test with the -Dquarkus.test.arg-line=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 system property to eventually attach a debugger.

Useful example is to run a Quarkus integration test with the
`-Dquarkus.test.arg-line=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005`
system property to eventually attach a debugger.
@dimas-b dimas-b merged commit f425417 into apache:main Mar 11, 2025
5 checks passed
@dimas-b dimas-b deleted the quarkus-test-options branch March 11, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants