Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun777 committed Dec 19, 2024
1 parent 6dc1ba0 commit 77f94ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ public void testCreateTableDetailMsg() throws Exception {
allocMap.put(Tag.create(Tag.TYPE_LOCATION, new String(Tag.VALUE_DEFAULT_TAG)), (short) 6);
String msg = Env.getCurrentSystemInfo().getDetailsForCreateReplica(new ReplicaAllocation(allocMap));
Assert.assertTrue("msg: " + msg, msg.contains("Backends details: backends with tag {\"location\" : \"default\"} is [[backendId=")
&& msg.contains("hdd disks count={ok=1,}, ssd disk count={}], [backendId="));
&& msg.contains("hdd disks count={ok=1,}, ssd disk count={}]"));
}

}

0 comments on commit 77f94ad

Please sign in to comment.