Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1025#discussion_r101742074
--- Diff:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java
---
@@ -412,6 +412,27 @@ public void testGetAddressNames() throws Exception {
}
@Test
+ public void testGetAddressDeletedFromJournal() throws Exception {
--- End diff --
This test is passing for me even without the change in
PostOfficeJournalLoader.java.
I wanted to figure out why I was not able to reproduce this with JUnit test
the day before yesterday and I noticed what I said in the first paragraph. Do
you have any ideas what might be wrong?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---