[GitHub] activemq-artemis issue #2406: New profile to allow skipping or including the...

2018-10-31 Thread orpiske
Github user orpiske commented on the issue: https://github.com/apache/activemq-artemis/pull/2406 > how to run a single test: > > ``` > mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true -DskipPerformanceTests=false -Dtest=$1 test > ``` > >

[GitHub] activemq-artemis issue #2406: New profile to allow skipping or including the...

2018-10-31 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2406 how to run a single test: ``` mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true -DskipPerformanceTests=false -Dtest=$1 test ```

[GitHub] activemq-artemis issue #2406: New profile to allow skipping or including the...

2018-10-31 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2406 There is a script. One-test.sh. Or you can run the test in an ide. ---

[GitHub] activemq-artemis issue #2406: New profile to allow skipping or including the...

2018-10-31 Thread orpiske
Github user orpiske commented on the issue: https://github.com/apache/activemq-artemis/pull/2406 We have tried the proposed approach and it did not skip the integration tests. We received a suggestion from @andytaylor to use "-PDev" in addition to that. Any solution that does not

[GitHub] activemq-artemis issue #2406: New profile to allow skipping or including the...

2018-10-31 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2406 This is not needed at all. can you close it? ---