GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2045
ARTEMIS-1832 HAAutomaticBackupSharedStoreTest::basicDiscovery misconfigured
HAAutomaticBackupSharedStoreTest::basicDiscovery is creating
queues on not existing nodes and is not setting up any SessionFactory
on the existing ones.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1832
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2045.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 #2045
----
commit c6f49b59d01fac58ba4c10ca17b457a69c2de4b8
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-04-25T15:07:17Z
ARTEMIS-1832 HAAutomaticBackupSharedStoreTest::basicDiscovery misconfigured
HAAutomaticBackupSharedStoreTest::basicDiscovery is creating
queues on not existing nodes and is not setting up any SessionFactory
on the existing ones.
----
---