Chris Richardson
Chris Richardson
Unsure. my Windows machine is running Docker Compose 2 so I've been using withLocal(false)
Sorry for the delay. It works with `withLocalCompose(true)`. I'm guessing the problem is with `convertToUnixFilesystemPath()`, which is called here: https://github.com/testcontainers/testcontainers-java/blob/66e4be2817f82aa80490c21e8df9e8f8a87fa792/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java#L623. I believe it converts `c:\foo\bar` to `/c/foo/bar`.
Sorry for the delayed reply. Please can you provide more information about the failure. I'm not sure what could be causing a `PessimisticLockingFailureException`. What database are you using? What is...
Yes. This change is a pain. I plan to work on supporting Spring Cloud Contract 4.x.
> @aryan9600 i think he is running https://github.com/stefanprodan/gitops-linkerd which uses latest charts Yes. The underlying problem was that Flagger was missing: `linkerdAuthPolicy.create=true`, which resulted in HTTP 403s: `kubectl logs -n...
Please describe your scenario in more detail. Thanks.
Please provide more information: 0. Your environment windows/mac? 4. How much have you allocated to the Docker VM - the default is usually not enough 5. Which version of this...
You appear to have some ftgo related containers running. They use the same ports as `eventuate-tram-sagas-examples-customers-and-orders` and will prevent its containers from starting
> The output of docker logs ftgo-application_cdc-service_1 : > [cdc_logs.txt](https://github.com/eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders/files/11211185/cdc_logs.txt) `ftgo-application_cdc-service_1 ` should be `eventuate-tram-sagas-examples-customers-and-orders...` I don't think it can connect to the database: ``` 2023-04-12 11:54:11.758 INFO 1 ---...
> > You appear to have some ftgo related containers running. They use the same ports as `eventuate-tram-sagas-examples-customers-and-orders` and will prevent its containers from starting > > So sir, Shall...