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

Investigate QuarkusIntegrationTest as a replacement for camel-quarkus-integration-tests-process-executor-support #2468

Closed
jamesnetherton opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@jamesnetherton
Copy link
Contributor

I think the new QuarkusIntegrationTest annotation could be used to achieve most of what integration-tests-process-executor-support does in terms of launching a Quarkus runner JAR or native binary. So it might make sense to switch some of the tests over to using it, such as:

  • main-command-mode
  • main-unknown-args-fail
  • main-unknown-args-ignore
  • master

https://quarkus.io/guides/getting-started-testing#quarkus-integration-test

@jamesnetherton jamesnetherton self-assigned this Mar 7, 2022
@jamesnetherton jamesnetherton added this to the 2.8.0 milestone Mar 7, 2022
@jamesnetherton
Copy link
Contributor Author

Since NativeImageTest is now deprecated, we should switch anything that uses it to QuarkusIntegrationTest.

@aldettinger aldettinger modified the milestones: 2.8.0-M1, 2.8.0 Mar 8, 2022
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 22, 2022
ppalaga pushed a commit to ppalaga/camel-quarkus that referenced this issue Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants