[
https://issues.apache.org/jira/browse/ARTEMIS-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066530#comment-16066530
]
ASF subversion and git services commented on ARTEMIS-1256:
----------------------------------------------------------
Commit c5e88c5e2da7a8efa708195f9c420bbd7fafe8a0 in activemq-artemis's branch
refs/heads/1.x from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=c5e88c5 ]
ARTEMIS-1256 PagingOMETest.testPageCleanup fails
Using a Wait condition.
This closes #1370
(cherry picked from commit 5c2144b7826c25e8510f870b588e873685291d74)
> PagingOMETest.testPageCleanup fails
> -----------------------------------
>
> Key: ARTEMIS-1256
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1256
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.5.5, 2.1.0
> Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: expected:<2> but was:<1>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at
> org.apache.activemq.artemis.tests.extras.byteman.PagingOMETest.testPageCleanup(PagingOMETest.java:148)
> {code}
> Queue.getMessageCount does not guarantee you get accurate number of messages
> on the queue. To get precise number, the test must wait until all
> asynchronous tasks on queue are finished.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)