Ethanlm commented on a change in pull request #3342:
URL: https://github.com/apache/storm/pull/3342#discussion_r523903303



##########
File path: 
storm-server/src/test/java/org/apache/storm/scheduler/resource/strategies/scheduling/TestConstraintSolverStrategy.java
##########
@@ -551,7 +550,7 @@ public void testIntegrationWithRAS() {
     public void testZeroExecutorScheduling() {
         ConstraintSolverStrategy cs = new ConstraintSolverStrategy();
         cs.prepare(new HashMap<>());
-        Map<String, Object> topoConf = new HashMap<>();
+        Map<String, Object> topoConf = Utils.readDefaultConfig();

Review comment:
       Why are we change this in this PR?




----------------------------------------------------------------
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


Reply via email to