You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/04/21 15:36:00 UTC

[jira] [Commented] (ARTEMIS-4248) Fix PagingTest::testSimpleResume

    [ https://issues.apache.org/jira/browse/ARTEMIS-4248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715059#comment-17715059 ] 

ASF subversion and git services commented on ARTEMIS-4248:
----------------------------------------------------------

Commit 9bac93e25eaead24d357c063e0621cbb7e22692f in activemq-artemis's branch refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9bac93e25e ]

ARTEMIS-4248 Fixing PagingTest::testSimpleResume

testSimpleResume is intermittently failing.
This test is forcing another page, while cleanup is happening on the background.
ForceAnotherPage may not put the address back into paging if this happened right after the cleanup call.
To fix the test, we should call startPaging after forceAnotherPage is called.


> Fix PagingTest::testSimpleResume
> --------------------------------
>
>                 Key: ARTEMIS-4248
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4248
>             Project: ActiveMQ Artemis
>          Issue Type: Test
>            Reporter: Clebert Suconic
>            Priority: Major
>             Fix For: 2.29.0
>
>
> testSimpleResume is intermittently failing.
> This test is forcing another page, while cleanup is happening on the background.
> ForceAnotherPage may not put the address back into paging if this happened right after the cleanup call.
> To fix the test, we should call startPaging after forceAnotherPage is called.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)