azagrebin commented on a change in pull request #9910: [FLINK-14405][runtime] 
Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory 
setups.
URL: https://github.com/apache/flink/pull/9910#discussion_r337112659
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerImplTest.java
 ##########
 @@ -1285,7 +1285,7 @@ private static SlotStatus createEmptySlotStatus(SlotID 
slotId, ResourceProfile r
 
        @Nonnull
        private SlotRequest createSlotRequest(JobID jobId) {
-               return createSlotRequest(jobId, ResourceProfile.UNKNOWN);
+               return createSlotRequest(jobId, ResourceProfile.ANY);
 
 Review comment:
   here also request, not slot

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to