testcontainers / testcontainers/testcontainers-java
CouchbaseContainer does not support configuring the memory quotas
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
CouchbaseContainer does not currently support configuring memory quotas for the various enabled services.
It would be nice to be able to configure this, we have quite a large number of indices we create during testing and the default 512mb sometimes causes issues.
I actually have this locally and would be willing to contribute it upstream.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CouchbaseContainer implementation and inspect how its enabled services and current memory settings are configured. Add a way to configure memory quotas for the services, then verify that containers can use quotas above the current 512 MB default, using the existing Couchbase-related tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100