GitHub user JiriOndrusek opened a pull request:
https://github.com/apache/activemq-artemis/pull/2189
[ARTEMIS-1986] PagingTest#testDeletePhysicalPages will fail if a record
about deleting a page is not saved in journal
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1986
Change contains only test which is introduced as a part of fix on
downstream issue, because issue is not happening neither on master nor 2.6.x.
PR (master): https://github.com/apache/activemq-artemis/pull/2188
Cherry-picked from 3743bc1e89858be8b86289e3c93075097b6789fd
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JiriOndrusek/activemq-artemis
ARTEMIS-1986-26x-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2189.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2189
----
commit f8fa00943a1af6eaba7a1132377d65e085ab6910
Author: JiriOndrusek <jondruse@...>
Date: 2018-07-23T12:17:24Z
[ARTEMIS-1986] PagingTest#testDeletePhysicalPages will fail if a record
about deleting a page is not saved in journal
Cherry-picked from 3743bc1e89858be8b86289e3c93075097b6789fd
----
---