weiqingy commented on PR #548:
URL: https://github.com/apache/flink-agents/pull/548#issuecomment-4033733655
@xintongsong @wenjin272 The 2 CI failures are lunrelated to our changes:
1. it-python [flink-2.2] —
long_term_memory_test::test_long_term_memory_async_execution_in_action failed
with assert 4 == 1. Same LLM-dependent compaction flakiness from previous
runs — the LLM (qwen3:8b) produced
malformed summarization output. Our PR doesn't touch long-term memory or
compaction logic.
2. it-python [flink-1.20] — 3 tests failed (long_term_memory_test,
python_event_logging_test,
react_agent_test) all with Py4JError / Py4JNetworkError. The Java gateway
crashed during the first test and
subsequent tests couldn't connect. Same transient Py4J infrastructure
pattern from earlier runs.
Notably, the cross-language test now passes (previously stuck/timing out) —
confirming that the close() ordering fix works as @wenjin272 suggested.
Could you please take another look at the PR? Thanks!
--
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]