mirror of https://github.com/apache/activemq.git
apply patch for: https://issues.apache.org/jira/browse/AMQ-4342
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1449157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bebffd0e8f
commit
7a0b32b82b
|
@ -151,7 +151,7 @@ public class MemoryUsageCleanupTest {
|
|||
|
||||
@Override
|
||||
public boolean isSatisified() throws Exception {
|
||||
return broker.getAdminView().getMemoryPercentUsage() == startPercentage;
|
||||
return broker.getAdminView().getMemoryPercentUsage() <= startPercentage + 1;
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in New Issue