GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1651
ARTEMIS-1509 Add support for JdbcNodeManager into the NettyFailoverTest
The support of JdbcNodeManager is provided by making the NettyFailoverTest
parametrized (InVM/Jdbc node manager types) and by using JUnit assertions to
exclude the Jdbc node manager from replicated backup tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis
jdbc_netty_failover_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1651.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 #1651
----
commit 8e8a6f0faf121a03b07b1baa23f5d91ec1cecdc3
Author: Francesco Nigro <[email protected]>
Date: 2017-11-07T16:44:57Z
ARTEMIS-1509 Add support for JdbcNodeManager into the NettyFailoverTest
----
---