da-daken commented on code in PR #1024:
URL: https://github.com/apache/flink-agents/pull/1024#discussion_r3860125724


##########
runtime/src/test/java/org/apache/flink/agents/runtime/actionstate/FlussActionStateStoreIntegrationTest.java:
##########
@@ -206,6 +206,44 @@ void testRebuildStateWithRecoveryMarkers() throws 
Exception {
         }
     }
 
+    /**
+     * Reproduces the orphan-state leak fix: after recovery, a subtask must 
keep only the keys it
+     * owns and drop keys owned by other subtasks. Here "A" is owned and "B" 
is foreign, so the
+     * rebuilt cache must contain "A" but not "B".
+     */
+    @Test
+    @SuppressWarnings("unchecked")
+    void testRebuildStateFiltersForeignKeys() throws Exception {

Review Comment:
   Thanks! renamed.



-- 
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]

Reply via email to