You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2012/01/30 21:38:08 UTC

Hanging test on windows

Hi

I have RouteStartupOrderSuspendResumeNoAutoStartupTest from camel-core
hanging on my xp box, with camel trunk source code.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Re: Hanging test on windows

Posted by Claus Ibsen <cl...@gmail.com>.
On Tue, Jan 31, 2012 at 12:04 AM, Babak Vahdat
<ba...@swissonline.ch> wrote:
> BTW currently the build on windows
>
> https://builds.apache.org/job/Camel.trunk.fulltest.windows/228/console
>
> is stucked on
>
> org.apache.camel.component.jms.BrowsableQueueTest
>
> Because of unintended commits of Claus (Thread.sleep(99999999);) which I
> fixed right before both on the trunk and also the 2.9.x branch.
>

lol, yeah thats what happens when you need to browse with jconsole
from an unit test :)

> Babak
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Hanging-test-on-windows-tp5442580p5443006.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Re: Hanging test on windows

Posted by Babak Vahdat <ba...@swissonline.ch>.
BTW currently the build on windows 

https://builds.apache.org/job/Camel.trunk.fulltest.windows/228/console

is stucked on 

org.apache.camel.component.jms.BrowsableQueueTest

Because of unintended commits of Claus (Thread.sleep(99999999);) which I
fixed right before both on the trunk and also the 2.9.x branch.

Babak

--
View this message in context: http://camel.465427.n5.nabble.com/Hanging-test-on-windows-tp5442580p5443006.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: Hanging test on windows

Posted by Babak Vahdat <ba...@swissonline.ch>.
Christian, 

that's not the first time by this test as last time it ran for more than 6
hours:

http://camel.465427.n5.nabble.com/DISCUSS-Add-camel-test-spring-component-tp5281207p5294755.html

Babak

--
View this message in context: http://camel.465427.n5.nabble.com/Hanging-test-on-windows-tp5442580p5442919.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: Hanging test on windows

Posted by Christian Müller <ch...@gmail.com>.
org.apache.camel.component.cxf.cxfbean.CxfBeanTest hanging on Hudson [1]...

[1]
https://builds.apache.org/job/Camel.trunk.fulltest.windows/216/org.apache.camel$camel-cxf/console

Best,
Christian


On Mon, Jan 30, 2012 at 9:38 PM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> I have RouteStartupOrderSuspendResumeNoAutoStartupTest from camel-core
> hanging on my xp box, with camel trunk source code.
>
>
>
> --
> Claus Ibsen
> -----------------
> FuseSource
> Email: cibsen@fusesource.com
> Web: http://fusesource.com
> Twitter: davsclaus, fusenews
> Blog: http://davsclaus.blogspot.com/
> Author of Camel in Action: http://www.manning.com/ibsen/
>

Re: Hanging test on windows

Posted by Babak Vahdat <ba...@swissonline.ch>.
Hi

on my Windows XP Box the test mentioned by this thread didn't hang *at all*
by any of the 7 runnings, however it's execution time is pretty long (around
10 seconds) which is also the case on the CI-Serevr as well.

D:\Data\eclipse-workspace\camel\camel-core>mvn test
-Dtest=RouteStartupOrderSuspendResumeNoAutoStartupTest
[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Camel :: Core 2.10-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (create-prop) @ camel-core ---
[INFO] Executing tasks

main:
     [echo] Maven version: 2.10-SNAPSHOT
     [echo] OSGi version: 2.10.0.SNAPSHOT
[INFO] Executed tasks
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties
(default) @ camel-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ camel-core
---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
camel-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 35 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
camel-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ camel-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 86 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
camel-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ camel-core ---
[INFO] Surefire report directory:
D:\Data\eclipse-workspace\camel\camel-core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running
org.apache.camel.processor.RouteStartupOrderSuspendResumeNoAutoStartupTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.75 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 16.296s
[INFO] Finished at: Tue Jan 31 14:03:07 CET 2012
[INFO] Final Memory: 11M/494M
[INFO]
------------------------------------------------------------------------

Babak

--
View this message in context: http://camel.465427.n5.nabble.com/Hanging-test-on-windows-tp5442580p5444476.html
Sent from the Camel Development mailing list archive at Nabble.com.