Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Guang Chao
On Sun, Jan 6, 2019 at 11:36 PM Aleksandar Tokarev wrote: > I am having a Spring Boot application with around ~500 Tests (Unit and > mostly Integration). > > When i start running the tests in IntelliJ with second click -> Run all > Tests - tests run in around 10-15mins. > > When i try to run the

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Robert Kleinschmager
I was wrong with this - as Mikael stated, try 1 true or even 0 true > Am 13.01.2019 um 13:17 schrieb Robert Kleinschmager > : > > Your configuration looks fine for your task, but I’m sorry - I have no hint, > why IntelliJ is faster. > > At first: it depends on, how your 500 Tests are

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Mikael Åsberg
Is your surefire set up to a fork a new VM for each testclass whereas intellij reuses? On Tue, Jan 15, 2019, 07:56 a.tokare...@gmail.com > > On 2019/01/13 12:17:14, Robert Kleinschmager > wrote: > > Your configuration looks fine for your task, but I’m sorry - I have no > hint, why IntelliJ is

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-14 Thread a . tokarev90
On 2019/01/13 12:17:14, Robert Kleinschmager wrote: > Your configuration looks fine for your task, but I’m sorry - I have no hint, > why IntelliJ is faster. > > At first: it depends on, how your 500 Tests are organised. How many > test-classes, how many methods do they have? > Are you

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-13 Thread Robert Kleinschmager
Your configuration looks fine for your task, but I’m sorry - I have no hint, why IntelliJ is faster. At first: it depends on, how your 500 Tests are organised. How many test-classes, how many methods do they have? Are you running JUnit4 or already Junit5? Are you using Parallel-Mode in

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-08 Thread a . tokarev90
On 2019/01/07 16:40:45, Robert Kleinschmager wrote: > Hi Aleksandar, > > Can you please show (attach|) your POM. Maybe your failsafe config is > non-optimal. > In general: Intellij uses a different kind of junit execution, than > failsafe/surefire > > Kind regards > Robert > > > Am

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-07 Thread Robert Kleinschmager
Hi Aleksandar, Can you please show (attach|) your POM. Maybe your failsafe config is non-optimal. In general: Intellij uses a different kind of junit execution, than failsafe/surefire Kind regards Robert > Am 05.01.2019 um 12:20 schrieb Aleksandar Tokarev : > > I am having a Spring Boot

Problem with running Spring Integration Tests with mvn verify

2019-01-06 Thread Aleksandar Tokarev
I am having a Spring Boot application with around ~500 Tests (Unit and mostly Integration). When i start running the tests in IntelliJ with second click -> Run all Tests - tests run in around 10-15mins. When i try to run the tests with "mvn verify -P itest" in IntelliJ terminal, the execution