GitHub user franz1981 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1821

    ARTEMIS-1640 JDBC NodeManager tests have to be customizable to run on 
different DBMS

    ActiveMQTestBase has been enhanced to expose the Database storage 
configuration and by adding specific JDBC HA configuration properties.
    JdbcLeaseLockTest and NettyFailoverTests have been changed in order to make 
use of the JDBC configuration provided by ActiveMQTestBase.
    JdbcNodeManager has been made restartable to allow failover tests to reuse 
it after a failover.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franz1981/activemq-artemis conf_jdbc_ha_tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1821.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 #1821
    
----
commit b1422fc3d621699aa6acdf1822f0df05e5260495
Author: Francesco Nigro <nigro.fra@...>
Date:   2018-01-26T12:24:52Z

    ARTEMIS-1640 JDBC NodeManager tests have to be customizable to run on 
different DBMS
    
    ActiveMQTestBase has been enhanced to expose the Database storage 
configuration and by adding specific JDBC HA configuration properties.
    JdbcLeaseLockTest and NettyFailoverTests have been changed in order to make 
use of the JDBC configuration provided by ActiveMQTestBase.
    JdbcNodeManager has been made restartable to allow failover tests to reuse 
it after a failover.

----


---

Reply via email to