Zakelly commented on a change in pull request #17650:
URL: https://github.com/apache/flink/pull/17650#discussion_r743359346



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java
##########
@@ -4376,7 +4373,7 @@ protected void testConcurrentMapIfQueryable() throws 
Exception {
 
                 StateTable<?, ?, ?> stateTable =
                         ((AbstractHeapState<?, ?, ?>) kvState).getStateTable();
-                checkConcurrentStateTable(stateTable, numberOfKeyGroups);
+                assertNotNull("State not set", stateTable);

Review comment:
       Sure, I've changed all three occurrences.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to