wenjin272 opened a new pull request, #1061:
URL: https://github.com/apache/flink-agents/pull/1061
Linked issue: N/A
### Purpose of change
The `cross_language_tests` job already starts Elasticsearch and Milvus for
its
end-to-end coverage. The standalone `elasticsearch_tests` job duplicated the
checkout, Java setup, build, and Elasticsearch lifecycle.
This change:
- runs `ElasticsearchVectorStoreTest` after Elasticsearch becomes ready in
the
existing cross-language job;
- runs `MilvusVectorStoreTest` after Milvus becomes ready in the same job;
and
- removes the standalone Elasticsearch job and its duplicate setup.
### Tests
- `ElasticsearchVectorStoreTest`: 6 tests passed against Elasticsearch
8.19.0,
with no failures, errors, or skips.
- `MilvusVectorStoreTest`: 12 tests passed against Milvus 2.6.15, with no
failures, errors, or skips.
- Both Docker Compose files pass `docker compose config --quiet`.
- The workflow passes YAML parsing, job-structure assertions, and
`git diff --check`.
### API
No public API changes.
### Documentation
- [ ] `doc-needed`
- [x] `doc-not-needed`
- [ ] `doc-included`
### Was this patch authored or co-authored using generative AI tooling?
- [x] Yes
- [ ] No
Generated-by: OpenAI Codex 0.144.5 (GPT-5)
--
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]