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

ASF GitHub Bot commented on ARTEMIS-1746:
-----------------------------------------

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2083
  
    @blsemo I'm not sure I understand your question. you mean how to run a test 
individually on command line?
    
    ```sh
    mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true 
-DskipPerformanceTests=false -Dtest=$1 test
    ```
    
    but I'm lazy.. and I added a script on 
artemis-checkout-dir/scripts/one-test.sh doing exactly that.


> Client-side openSSH support is broken
> -------------------------------------
>
>                 Key: ARTEMIS-1746
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1746
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Christian Sailer
>            Priority: Major
>
> The new feature to use openSSH via the netty-tcnative library in Artemis 
> 2.5.0 only works for enabling on the server side.
> When enabling it on the client side, there are several issue, the first of 
> which is that it tries to use a server ssl context on the client side and 
> then fails due to a client/server mismatch.
> Also, I could not find any integration tests actually using openSSL.
> I am working on a patch to fix these issues including tests.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to