weiqingy commented on PR #698: URL: https://github.com/apache/flink-agents/pull/698#issuecomment-4527530833
After the retrigger, the prior `it-python` flake passed. A different job is now failing, and the evidence points to an environment flake again: - **cross-language [ubuntu-latest] [python-3.12] [java-21]**: `Ollama HTTP timeout in multi-turn tool-calling test` — `test_yaml_cross_language_agent` hung ~5 minutes before `java.net.http.HttpTimeoutException: request timed out` against `localhost:11434`. The runner was CPU-only (`No NVIDIA/AMD GPU detected. Ollama will run in CPU-only mode.`), and the test requires tool-calling with continuations on `qwen3:1.7b` — the heaviest scenario in the cross-language matrix. The sibling `test_java_chat_model_integration` passed on the same commit, exercising the same new `chat(messages, arguments, kwargs)` Pemja plumbing — so the new code path is working; the failure surface is the downstream HTTP layer (`java.net.http.HttpClient`), not PR-touched marshalling code. A signature/marshalling regression would surface as `TypeError`/`ClassCastException`/serialization error, not an HTTP timeout. Evidence: [failing job log](https://github.com/apache/flink-agents/actions/runs/26272211932/jo b/77328109146). -- 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]
