You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
hantsy
changed the title
Generate a emtpy TestcontainersConfiguration for Couchbase
Generate emtpy TestcontainersConfiguration for Couchbase
Dec 4, 2024
mhalbritter
changed the title
Generate emtpy TestcontainersConfiguration for Couchbase
Add support for Couchbase testcontainers and Docker compose
Dec 4, 2024
Yeah, for other dbs it generates the testcontainerConfig with a Testcontainers docker container bean correctly.
A strange thing about couchbase is when I added the CouchbaseServer bean manually, I found it depends on spring.data.couchbase.bucketName property. Without this property, the tests will be failed with a Repository not found when running the repository tests with a @DataCouchbaseTest.
I tried to generate a Spring boot with following config in the start.spring.io.
In the generated files, the
TestcontainersConfiguration
is an empty class like this.The text was updated successfully, but these errors were encountered: