the logic of some of this built TestingResourceActions repeat in some places, 
we could create some standard factory methods for them (maybe in future), e.g.:
```
resourceManagerActions = 
TestingResourceActionsBuilder.createAllocatingFixedSlotsResource(numOfSlotsPerWorker);
allocateResourceCalls = resourceManagerActions.getAllocationsCounter();
```

[ Full content available at: https://github.com/apache/flink/pull/6734 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to