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

Quarkus testing guide: "TestContainers example" no longer exists #21508

Closed
rgmz opened this issue Nov 17, 2021 · 1 comment · Fixed by #21603
Closed

Quarkus testing guide: "TestContainers example" no longer exists #21508

rgmz opened this issue Nov 17, 2021 · 1 comment · Fixed by #21603
Labels
area/testing kind/bug Something isn't working
Milestone

Comments

@rgmz
Copy link
Contributor

rgmz commented Nov 17, 2021

Describe the bug

In the "Starting services before the Quarkus application starts" section, the link to the TestContainers example returns a 404:

Common cases include starting docker containers using Testcontainers (an example of which can be found here),

Based on the commit that removed KafkaResource, TestContainers may have been superseded by Quarkus Dev Services. Either way, it would be nice for the guide to include a complete example for noobs like myself. ;)

For example: what if I want to connect my application to an instance of PostgreSQL started manually with docker-compose, but use a TestContainer (dev service?) for tests?

@rgmz rgmz added the kind/bug Something isn't working label Nov 17, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 18, 2021

/cc @geoand

geoand added a commit to geoand/quarkus that referenced this issue Nov 22, 2021
gsmet added a commit that referenced this issue Nov 22, 2021
Change link for testcontainers usage example
@quarkus-bot quarkus-bot bot added this to the 2.6 - main milestone Nov 22, 2021
@gsmet gsmet modified the milestones: 2.6 - main, 2.5.1.Final Nov 24, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants