Integration Tests fail

Hi,

I’m trying to do instructions in Read.me file and gradle build is successful, but integration tests fail. I don’t why. Can you help me? All error messages are like this:

com.couchbase.connector.elasticsearch.BasicReplicationTest > collectionRemoveOp[cb=enterprise-6.5.1, es=7.7.0] FAILED
java.lang.RuntimeException at BasicReplicationTest.java:171
Caused by: org.testcontainers.containers.ContainerLaunchException at BasicReplicationTest.java:171
Caused by: org.testcontainers.containers.ContainerFetchException at BasicReplicationTest.java:171
Caused by: com.github.dockerjava.api.exception.NotFoundException at BasicReplicationTest.java:171

Thank you,
Mehmet Firat

Hi Mehmet,

On macOS, the integration tests are sensitive to the Docker runtime version. We’re tracking this as CBES-186. Do you think this could be what you’re seeing? If not, what operating system, JDK, and Docker version are you using?

Thanks,
David

1 Like

Hi David,
Yes, I am using macOS, and the Docker Desktop version is the latest at the moment. I understand that it doesn’t stop me from working on cbes.
Thank you,
Mehmet Firat

1 Like