RuiLi8080 commented on a change in pull request #3213: [STORM-3588] add
GenericResourceAwareSchedulingPriorityStrategy to accommodate generic resource
in grading topologies
URL: https://github.com/apache/storm/pull/3213#discussion_r384900371
##########
File path:
storm-server/src/test/java/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java
##########
@@ -83,6 +88,10 @@ public void addSelfTo(Map<String, Map<String, Number>>
fullPool) {
}
}
+ public static TestUserResources userRes(String name, Map<String, Double>
resources) {
+ return new TestUserResources(name, resources);
Review comment:
Addressed all comments, thanks for the prompt review. As for this, yes we
should have some tests on User class. Currently we only have a
testResourcePoolUtilization. When I was coding I also extended the usage of
pool utilization related functions to include generic resources as well. But
after I realized that there is nowhere we are using it. I will filed another PR
for removing them.
----------------------------------------------------------------
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