avichaym commented on PR #532: URL: https://github.com/apache/flink-agents/pull/532#issuecomment-3900007195
thank you @wenjin272 ... i fixed the code-styling issues. Now the python related tests fails in all 3 PR's due to what seems to be a worker issue , not related to the code -> The test_long_term_memory_async_execution_in_action test fails because the nomic-embed-text model download didn't complete in time. The CI log shows the pull was still at 35% (95/274 MB at 7.3 KB/s) when the test started: pulling 970aa74c0a90: 35% ▕██████ ▏ 95 MB/274 MB 7.3 KB/s 6h48m The pull_model() helper in test_utils.py has a 120s timeout and silently and seems to swallow the timeout exception, so the test proceeds without the model and fails with model "nomic-embed-text" not found. This is probably a runner network speed issue -- 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]
