clebertsuconic commented on pull request #3853: URL: https://github.com/apache/activemq-artemis/pull/3853#issuecomment-994041405
@MM53 an easy way to reproduce it if you don't want to try on the IDE is by running the following command from the ./smoke-tests directory: ``` cd activemq-artemis/tests/smoke-tests ../../one-test.sh ConsoleMutualSSLTest ``` if you don't like using the one-test.sh (which is a script I added because I am not good to remember the actual command when I need it fast: ``` cd activemq-artemis/tests/smoke-tests mvn -Ptests -DfailIfNoTests=false -Ptests-retry -Ptests-CI -Pextra-tests -DskipStyleCheck=true -DskipPerformanceTests=false -Dtest=ConsoleMutualSSLTest test ``` (you will probably understand why I committed one-test.sh) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
