Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] unit tests hanging with 0.22.0-SNAPSHOT

if the test hangs, full debug log may help but full JVM stacktrace obtained e.g. using jstack would probably be more interesting.

Note that Tycho 0.22.0-SNAPSHOT upgraded to latest surefire version 2.17 [1]

In general, if you can't provide a sample project that shows the problem, analysis will most probably be difficult for us.

Regards,
Jan

[1] https://wiki.eclipse.org/Tycho/Release_Notes/0.22 



From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Justin Georgeson
Sent: Dienstag, 23. September 2014 23:50
To: Tycho user list
Subject: [tycho-user] unit tests hanging with 0.22.0-SNAPSHOT

Sorry if this should be going to tycho-dev. 
 
I have a defect against 0.21.0 about surefire not being able to load my p2.inf requirements (sorry can't find the link for some reason right now, Tobias worked on it), and in trying to build with 0.22.0-SNAPSHOT (0.22.0-20140919.143109-2 is current build I've run with, to be precise) that bug appears resolved but most of my unit tests are timing out, hitting the surefire.timeout default I've set in my parent POM. The use of https://repo.eclipse.org/content/repositories/tycho-snapshots and the change from 0.21.0 to 0.22.0-SNAPSHOT are the only two changes between the hanging build and my bug verification build. Running one of the hanging test projects in debug mode with the .options file per the FAQ, the output stops after the "TESTS" banner that is printed when the test harness application starts, and resumes informing me that the timeout has been exceeded. Should I post the debog log?
 
________________________________________
This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message.


Back to the top