mirror of https://github.com/apache/activemq.git
instancenotfound exception wrapped in undeclaredthrowable by proxy, just ignore all for the wait period so slow machines can let it pass eventually
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@903180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a770a00373
commit
b85b71e297
|
@ -275,7 +275,7 @@ public class ExpiredMessagesTest extends CombinationTestSupport {
|
||||||
+ view.getExpiredCount());
|
+ view.getExpiredCount());
|
||||||
|
|
||||||
result = view.getQueueSize() == 0;
|
result = view.getQueueSize() == 0;
|
||||||
} catch (InstanceNotFoundException expectedOnSlowMachines) {
|
} catch (Exception notFoundExpectedOnSlowMachines) {
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue