wenjin272 opened a new pull request, #1089:
URL: https://github.com/apache/flink-agents/pull/1089
Linked issue: #1087
### Purpose of change
Temporarily disable `Mem0LongTermMemoryTest` because concurrent access to
the shared embedded `PythonInterpreter` can terminate the Surefire JVM and
currently makes the cross-language CI job fail for unrelated changes.
The test is disabled at the class level so JUnit skips it before
constructing the test instance or probing Ollama, OpenAI, Elasticsearch, or
Milvus. It should be re-enabled after #1087 is resolved.
### Tests
- `mvn --batch-mode --no-transfer-progress -Dspotless.skip=true
-Dtest=Mem0LongTermMemoryTest -pl
e2e-test/flink-agents-end-to-end-tests-resource-cross-language test`
- `Tests run: 1, Failures: 0, Errors: 0, Skipped: 1`
- `mvn --batch-mode --no-transfer-progress -Dspotless.skip=false -pl
e2e-test/flink-agents-end-to-end-tests-resource-cross-language spotless:check`
### API
No public API changes.
### Documentation
- [ ] `doc-needed`
- [x] `doc-not-needed`
- [ ] `doc-included`
### Was this patch authored or co-authored using generative AI tooling?
- [x] Yes
- [ ] No
Generated-by: Codex 0.144.5 (GPT-5)
--
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]