This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new d6ce8fc0 [test] Enable e2e test for long-term memory after bump to 
flink 2.2.1
d6ce8fc0 is described below

commit d6ce8fc0a1513adc49782e735453852ac06a4a6f
Author: WenjinXie <[email protected]>
AuthorDate: Mon May 18 11:49:23 2026 +0800

    [test] Enable e2e test for long-term memory after bump to flink 2.2.1
---
 .../org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
 
b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
index 166db7ad..8f6ef174 100644
--- 
a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
+++ 
b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
@@ -27,7 +27,6 @@ import 
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
 import org.apache.flink.util.CloseableIterator;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.Assumptions;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.params.ParameterizedTest;
 import org.junit.jupiter.params.provider.ValueSource;
 
@@ -79,7 +78,6 @@ public class Mem0LongTermMemoryTest {
 
     @ParameterizedTest(name = "vectorStore={0}")
     @ValueSource(strings = {ES_LTM_STORE, MILVUS_LTM_STORE})
-    @Disabled("Using mem0 in java depends on the pemja fix.")
     public void testMem0LongTermMemory(String vectorStore) throws Exception {
         Assumptions.assumeTrue(
                 embeddingReady,

Reply via email to