flink-agents icon indicating copy to clipboard operation
flink-agents copied to clipboard

[Tech Debt] Refactoring CI of test cases in integration module

Open wenjin272 opened this issue 4 months ago • 0 comments

Search before asking

  • [x] I searched in the issues and found nothing similar.

Description

Currently, some test cases in integration module, like test_ollama_chat_model and test_ollama_embedding_model require start ollama server and pull model. To decrease CI cost, currently we only run these in CI with python 3.9 & linux environment, which may be confused for developer when only this version CI failed.

We should split integration test with other module test.

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

wenjin272 avatar Sep 11 '25 09:09 wenjin272