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

Support option for running @QuarkusIntegrationTest tests against deployed service #21131

Closed
turing85 opened this issue Nov 1, 2021 · 2 comments · Fixed by #21185
Closed

Support option for running @QuarkusIntegrationTest tests against deployed service #21131

turing85 opened this issue Nov 1, 2021 · 2 comments · Fixed by #21185
Assignees
Labels
area/testing kind/enhancement New feature or request
Milestone

Comments

@turing85
Copy link
Contributor

turing85 commented Nov 1, 2021

Description

As of now, if we start the @QuarkusIntegrationTests through maven, the artifact is started and test are executed against this artifact. This might be problematic in situations where we need other dependent services, e.g. a database, messaging system,... and cannot use DinD (and, in return, Testcontainers).

Implementation ideas

A possible solution to this problem would be to first deploy the artefact (e.g. in a k8s/openshift cluster) and then execute the tests so that they run against the deployed resources (e.g. by specifying a root URL to access the deployment).


FTR: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Point.20.40QuarkusIntegrationTest.20to.20already.20running.20instance

@turing85 turing85 added the kind/enhancement New feature or request label Nov 1, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 1, 2021

/cc @geoand, @iocanel

@quarkus-bot
Copy link

quarkus-bot bot commented Nov 1, 2021

You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip.

This message is automatically generated by a bot.

@geoand geoand changed the title @QuarkusIntegrationTest: support option to run tests against deployed service Support option for run @QuarkusIntegrationTest tests against deployed service Nov 1, 2021
@geoand geoand self-assigned this Nov 1, 2021
@geoand geoand changed the title Support option for run @QuarkusIntegrationTest tests against deployed service Support option for running @QuarkusIntegrationTest tests against deployed service Nov 1, 2021
geoand added a commit that referenced this issue Nov 8, 2021
Introduce the ability to run @QuarkusIntegrationTests against remote apps
@quarkus-bot quarkus-bot bot added this to the 2.5 - main milestone Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants