[
https://issues.apache.org/jira/browse/ARTEMIS-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376883#comment-15376883
]
ASF GitHub Bot commented on ARTEMIS-342:
----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/635
ARTEMIS-342 NettySecurityClientTest fails
Security client requires additional permissions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/635.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 #635
----
commit 866dc99b70461a841b357193c06c8ad4a046ee5a
Author: Erich Duda <[email protected]>
Date: 2016-07-14T12:28:09Z
ARTEMIS-342 NettySecurityClientTest fails
Security client requires additional permissions.
----
> [Artemis Testsuite]
> NettySecurityClientTest.testProducerConsumerClientWithSecurityManager fails
> -----------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-342
> URL: https://issues.apache.org/jira/browse/ARTEMIS-342
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Erich Duda
>
> This test consistently fails on all JDKs.
> {code}
> client VM did not exit cleanly expected:<0> but was:<1>
> java.lang.AssertionError: client VM did not exit cleanly expected:<0> but
> was:<1>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at
> org.apache.activemq.artemis.tests.integration.security.NettySecurityClientTest.doTestProducerConsumerClient(NettySecurityClientTest.java:96)
> at
> org.apache.activemq.artemis.tests.integration.security.NettySecurityClientTest.testProducerConsumerClientWithSecurityManager(NettySecurityClientTest.java:45)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)