Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Onder SEZGIN
Brilliant. On my old laptop, core tests take more than 1,5 hours. Nobody can be happier than me :) I will give it a go. Thanks. On Sun, Jul 9, 2017 at 8:14 PM, Zoran Regvart wrote: > On Sun, Jul 9, 2017 at 7:00 PM, Claus Ibsen wrote: > > On Sun, Jul 9, 2017 at 1:06 PM, Claus Ibsen > wrote: > >

Camel.trunk.notest - Build # 3382 - Fixed

2017-07-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3382) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/3382/ to view the results.

Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Zoran Regvart
On Sun, Jul 9, 2017 at 7:00 PM, Claus Ibsen wrote: > On Sun, Jul 9, 2017 at 1:06 PM, Claus Ibsen wrote: >> Hi >> >> Btw before I got started on this, the testing time for camel-core on >> my laptop was around 27 minutes. >> Now its down to around 18 minutes. >> > > And now its down to 13.5 minute

Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Babak Vahdat
> On 9 Jul 2017, at 19:00, Claus Ibsen wrote: > > On Sun, Jul 9, 2017 at 1:06 PM, Claus Ibsen wrote: >> Hi >> >> Btw before I got started on this, the testing time for camel-core on >> my laptop was around 27 minutes. >> Now its down to around 18 minutes. >> > > And now its down to 13.5 minu

Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Claus Ibsen
On Sun, Jul 9, 2017 at 1:06 PM, Claus Ibsen wrote: > Hi > > Btw before I got started on this, the testing time for camel-core on > my laptop was around 27 minutes. > Now its down to around 18 minutes. > And now its down to 13.5 minutes. So that is 100% faster than before ;) > On Sun, Jul 9, 201

[GitHub] camel pull request #1811: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1811 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1811: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1811 CAMEL-11446: Use awaitility in camel-core for testing where we otherw… …ise use thread sleep which can be speeded up. Use #untilAsserted instead of #until where possible to redu

Camel.trunk.notest - Build # 3381 - Still Failing

2017-07-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3381) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3381/ to view the results.

[GitHub] camel pull request #1810: CAMEL-11374: Export JMX route details via Actuator...

2017-07-09 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/1810 CAMEL-11374: Export JMX route details via Actuator endpoint Expose JMX route details with the Camel route MVC endpoint that is exposed via /camelroutes/{route-id}. You can merge this pull reques

[GitHub] camel pull request #1809: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1809 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Claus Ibsen
Hi Btw before I got started on this, the testing time for camel-core on my laptop was around 27 minutes. Now its down to around 18 minutes. On Sun, Jul 9, 2017 at 11:01 AM, Claus Ibsen wrote: > Hi > > I have been working on speeding up our unit tests in camel-core. With > the help of awaitility

Re: Speeding up our unit tests in camel source code

2017-07-09 Thread Claus Ibsen
Hi I created a ticket to see if we can get maven surefire to run in parallel via test suites https://issues.apache.org/jira/browse/CAMEL-11525 Help is welcome to experiment with this to try to set something up. For a starter we can run all the org.apache.camel.processor vs the-rest in parallel,

[GitHub] camel pull request #1809: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1809 CAMEL-11446: Use awaitility in camel-core for testing where we otherw… …ise use thread sleep which can be speeded up. Great to see this getting done. :+1: While lookin

Camel.trunk.notest - Build # 3380 - Still Failing

2017-07-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3380) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3380/ to view the results.

Speeding up our unit tests in camel source code

2017-07-09 Thread Claus Ibsen
Hi I have been working on speeding up our unit tests in camel-core. With the help of awaitility and reducing thread sleeping and other means to speedup the tests. For example the unit tests that consume from a file endpoint could be speeded up by setting the delay to be quicker instead of the defa