guihecheng commented on a change in pull request #2354:
URL: https://github.com/apache/ozone/pull/2354#discussion_r655824372



##########
File path: 
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelinePlacementPolicy.java
##########
@@ -195,9 +200,11 @@ public void testChooseNodeNotEnoughSpace() throws 
SCMException {
     int nodesRequired = HddsProtos.ReplicationFactor.THREE.getNumber();
 
     thrownExp.expect(SCMException.class);
-    thrownExp.expectMessage("enough space for even a single container");
+    thrownExp.expectMessage("Unable to find enough nodes that meet" +
+        "the space requirement");

Review comment:
       Here should have a single space, then the failed ut should pass I think.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to