gnodet commented on PR #21893:
URL: https://github.com/apache/camel/pull/21893#issuecomment-4032897968
I've verified the Milvus v2.6.11 upgrade locally with Docker — all 7
integration tests pass.
**Issue**: Milvus v2.6+ requires the `DEPLOY_MODE=STANDALONE` environment
variable when running in standalone mode with embedded etcd. Without it, the
container panics with `embedded etcd can not be used under distributed mode`
(exit code 134/SIGABRT).
**Fix**: The additional commit (`f7d3b8a`) adds `withEnv("DEPLOY_MODE",
"STANDALONE")` to the `MilvusLocalContainerInfraService` container setup. This
mirrors the same fix already applied in [testcontainers-dotnet PR
#1569](https://github.com/testcontainers/testcontainers-dotnet/pull/1569). The
testcontainers-java `MilvusContainer` doesn't set this yet, so we add it in
Camel's test infra.
@apupier could you double-check locally if you have a chance? The CI build
passes (JDK 21 + JDK 25).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]