azagrebin commented on a change in pull request #7809: [FLINK-11710][tests] Refactor SimpleSlotProvider to TestingLogicalSlo… URL: https://github.com/apache/flink/pull/7809#discussion_r273191251
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/utils/TestingLogicalSlotProvider.java ########## @@ -53,30 +52,31 @@ /** * A testing utility slot provider that simply has a predefined pool of slots. */ -public class SimpleSlotProvider implements SlotProvider, SlotOwner { +public class TestingLogicalSlotProvider implements SlotProvider, SlotOwner { Review comment: Also, here, is this renaming needed? At least, it could be shorter `TestingSlotProvider` because `SlotProvider` interface is already about `LogicalSlot`s. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services