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

Fix reuse support for CouchbaseContainer #9957

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

albihnf
Copy link
Contributor

@albihnf albihnf commented Feb 12, 2025

Couchbase test container doesn't support reuse.

When starting it makes several http requests without using credentials and also tries to configure Couchbase again.
#2794

Solution was to overload appropriate methods and assume all configuration has been made if the container is being reused.

@albihnf albihnf requested a review from a team as a code owner February 12, 2025 16:07
Copy link
Member

@eddumelendez eddumelendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @albihnf, thanks for your contribution. I've left some comments regarding the implementation. Also, please next time consider creating a branch for those changes, so, I can perform those.

@eddumelendez eddumelendez changed the title Added support for reuse to couchbase test container Add reuse support for CouchbaseContainer Feb 18, 2025
@eddumelendez eddumelendez added this to the next milestone Feb 18, 2025
@eddumelendez eddumelendez changed the title Add reuse support for CouchbaseContainer Fix reuse support for CouchbaseContainer Feb 18, 2025
@eddumelendez eddumelendez merged commit aa7ddc0 into testcontainers:main Feb 18, 2025
108 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants