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

Don't restart the Couchbase dev service between each test run #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vincz777
Copy link

Inspired by the Kafka dev service: https:/quarkusio/quarkus/blob/main/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java

Prevents the Couchbase database to be restarted (which actually fails because the ports are already used) when running quarkus continuous testing feature (mvn quarkus:test)

@vincz777 vincz777 requested a review from a team as a code owner October 17, 2024 11:40
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.

1 participant