Skip to content

chore(camel-test-infra-milvus): upgrade milvus.container to v2.6.15#22681

Open
github-actions[bot] wants to merge 1 commit intomainfrom
automated/upgrade-milvus-container-v2.6.15
Open

chore(camel-test-infra-milvus): upgrade milvus.container to v2.6.15#22681
github-actions[bot] wants to merge 1 commit intomainfrom
automated/upgrade-milvus-container-v2.6.15

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR updates the milvus.container container image to version v2.6.15.

Update Details

  • Property: milvus.container
  • Image: mirror.gcr.io/milvusdb/milvus
  • File: /home/runner/work/camel/camel/test-infra/camel-test-infra-milvus/src/main/resources/org/apache/camel/test/infra/milvus/services/container.properties
  • Old version: v2.6.14
  • New version: v2.6.15

Verification

Please verify:

  • Container image version is compatible with existing tests
  • No breaking changes in the updated version
  • Tests pass with the new version

Run the following to rebuild the test infra:

mvn clean verify -pl camel-test-infra-milvus

Then test the impacted components.


This PR was automatically created by the Container Version Upgrade workflow.

Update milvus.container from v2.6.14 to v2.6.15
@github-actions github-actions bot added dependencies Pull requests that update a dependency file container-images For check container upgrades automated For Check Container upgrade labels Apr 20, 2026
@apupier apupier self-assigned this Apr 20, 2026
Copy link
Copy Markdown
Contributor

@apupier apupier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got these errors locally:

[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createCollection:95 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createCollectionWithHelper:298 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createIndex:115 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createIndexWithHelper:321 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createRagCollectionWithHelper:346 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper_rag. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.createRagIndexWithHelper:369 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper_rag. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.delete:252 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.deleteWithHelper:456 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.insert:161 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.insertWithHelper:391 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper_rag. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.query:233 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.search:212 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.searchWithHelper:437 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.upsert:188 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m
[�[1;31mERROR�[m] �[1;31m  MilvusComponentIT.upsertWithHelper:413 » FailedToCreateProducer Failed to create Producer for endpoint: milvus://test_helper_rag. Reason: java.lang.RuntimeException: Failed to initialize connection. Error: UNKNOWN: service unavailable: internal: Milvus Proxy is not ready yet. please wait�[m

@apupier apupier removed their assignment Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated For Check Container upgrade container-images For check container upgrades dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant