gnodet commented on PR #25517:
URL: https://github.com/apache/camel/pull/25517#issuecomment-5318099790

   ## ✅ Local IT results for `141d1b65e8ef8a9231e68307f401617012a32322`
   
   All integration tests passed locally (excluding pre-existing failures 
unrelated to this upgrade)
   
   **Test-infra module**: `camel-test-infra-ollama`
   **Components tested**: `camel-langchain4j-chat`, `camel-openai`, 
`camel-langchain4j-agent`, `camel-langchain4j-tools`, `camel-spring-ai-chat`, 
`camel-spring-ai-embeddings`, `camel-spring-ai-image`
   
   <details>
   <summary>Test output</summary>
   
   ```
   camel-langchain4j-chat: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 ✅
   camel-openai: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 ✅
     (1 flaky test on first run — OpenAIMcpAdvancedIT.testReturnDirect — passed 
on re-run; LLM non-determinism)
   camel-langchain4j-agent: Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 ✅
     (fork timeout on JVM shutdown — all tests passed, JVM cleanup hung)
   camel-langchain4j-tools: Tests run: ~30, Failures: 0 on re-run ✅
     (1 flaky test on first run — LangChain4jToolNoToolsToBeCalledIT — passed 
on re-run; LLM non-determinism)
   camel-spring-ai-chat: Tests run: 55, Failures: 0, Errors: 0, Skipped: 5 ✅
     (fork timeout on JVM shutdown — all tests passed, JVM cleanup hung)
   camel-spring-ai-embeddings: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 
✅
   camel-spring-ai-image: Tests run: 4, Failures: 4 ⚠️ PRE-EXISTING
     (All 4 SpringAiImageOllamaIT tests fail with NotFoundException: 404 — 
verified this
      also fails on main with ollama 0.32.6. The x/flux2-klein:4b model's image 
generation
      endpoint returns 404. Not caused by this upgrade.)
   ```
   
   </details>
   
   **Note on flaky LLM tests**: Two tests showed non-deterministic behavior due 
to LLM response variability (the model sometimes doesn't follow tool-calling 
instructions exactly). Both passed on re-run and are not related to the ollama 
version upgrade.
   
   **Note on spring-ai-image**: `SpringAiImageOllamaIT` fails identically on 
`main` with ollama 0.32.6 — this is a pre-existing issue likely from the recent 
Spring AI 2.0 upgrade (CAMEL-24212), not caused by the ollama container version 
change.
   
   > _Local integration tests run by ForgeBot on behalf of @gnodet_
   > _Tests run without `-Dci.env.name` to include ITs disabled on GitHub 
Actions CI_


-- 
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]

Reply via email to