Olawoyin007 commented on PR #888: URL: https://github.com/apache/flink-agents/pull/888#issuecomment-4923832602
The `it-java [flink-2.1]` failure looks like CI infrastructure rather than this change: the Ollama runner crashed mid-suite (`OllamaException: llama-server process has terminated: signal: segmentation fault (core dumped)`), and all three surefire retries of the 5 erroring tests hit the same dead server. This PR only touches `tools/install.sh` and its bats tests (covered by the separate `install.sh tests` jobs, green on both ubuntu and macos); the Java IT job doesn't execute `install.sh`. The same leg passes on recent `main` runs. A re-run should clear it - happy to rebase instead if you prefer. -- 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]
