[jira] [Commented] (ARTEMIS-369) [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails

2016-01-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15123521#comment-15123521
 ] 

ASF GitHub Bot commented on ARTEMIS-369:


Github user asfgit closed the pull request at:

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


> [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode 
> fails
> --
>
> Key: ARTEMIS-369
> URL: https://issues.apache.org/jira/browse/ARTEMIS-369
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 1.1.0
>Reporter: Erich Duda
>
> {code}
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
> org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException: 
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
>   at 
> org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:777)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.internalTestFailoverOnBridge(BridgeFailoverTest.java:191)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.testFailoverOnBridgeNoRetryOnSameNode(BridgeFailoverTest.java:96)
> {code}
> There is wrong wait condition. In the test we check if backup server started 
> after failover, but we should check whether backup server activated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ARTEMIS-369) [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails

2016-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15123520#comment-15123520
 ] 

ASF subversion and git services commented on ARTEMIS-369:
-

Commit 062a675a5358013c5a5517d130a2b19684c85ba7 in activemq-artemis's branch 
refs/heads/master from [~eduda]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=062a675 ]

ARTEMIS-369 - [Artemis Testsuite] 
BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails


> [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode 
> fails
> --
>
> Key: ARTEMIS-369
> URL: https://issues.apache.org/jira/browse/ARTEMIS-369
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 1.1.0
>Reporter: Erich Duda
>
> {code}
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
> org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException: 
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
>   at 
> org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:777)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.internalTestFailoverOnBridge(BridgeFailoverTest.java:191)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.testFailoverOnBridgeNoRetryOnSameNode(BridgeFailoverTest.java:96)
> {code}
> There is wrong wait condition. In the test we check if backup server started 
> after failover, but we should check whether backup server activated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ARTEMIS-369) [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails

2016-01-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15123431#comment-15123431
 ] 

ASF GitHub Bot commented on ARTEMIS-369:


GitHub user dudaerich opened a pull request:

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

ARTEMIS-369 - [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBr…

…idgeNoRetryOnSameNode fails

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

$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-369

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

https://github.com/apache/activemq-artemis/pull/360.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 #360


commit 1a181ff2c05e91734ad542484c08157b6a558321
Author: Erich Duda 
Date:   2016-01-29T12:41:33Z

ARTEMIS-369 - [Artemis Testsuite] 
BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails




> [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode 
> fails
> --
>
> Key: ARTEMIS-369
> URL: https://issues.apache.org/jira/browse/ARTEMIS-369
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 1.1.0
>Reporter: Erich Duda
>
> {code}
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
> org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException: 
> AMQ119007: Cannot connect to server(s). Tried with all available servers.
>   at 
> org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:777)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.internalTestFailoverOnBridge(BridgeFailoverTest.java:191)
>   at 
> org.apache.activemq.artemis.tests.integration.cluster.bridge.BridgeFailoverTest.testFailoverOnBridgeNoRetryOnSameNode(BridgeFailoverTest.java:96)
> {code}
> There is wrong wait condition. In the test we check if backup server started 
> after failover, but we should check whether backup server activated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)