Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Poor junit performance with threaded tests in 3.6
Poor junit performance with threaded tests in 3.6 [message #559528] Fri, 17 September 2010 03:04 Go to next message
Todd Nine is currently offline Todd NineFriend
Messages: 5
Registered: July 2009
Junior Member
Hi all,
I've recently upgrade from 3.5 to 3.6, and my productivity has taken a huge hit. We use Cassandra and Zookeeper in our projects. Part of our unit and integration testing starts these servers in their own threads to run so our tests can connect to them. This worked really well in eclipse 3.5, since I've upgraded to 3.6, my eclipse instance always hangs whenever I execute a test that uses multiple threads. Here is my information on my system.

OS: Ubuntu 10.04 64 bit
Eclipse build id: 20100617-1415
JDK: Sun 1.6 jdk

eclipse.ini file

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=1024m
-Xms1024m
-Xmx4096m
-Djava.library.path=/usr/lib/jni
Re: Poor junit performance with threaded tests in 3.6 [message #559706 is a reply to message #559528] Fri, 17 September 2010 15:41 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Todd Nine wrote:
> Hi all,
> I've recently upgrade from 3.5 to 3.6, and my productivity has taken
> a huge hit. We use Cassandra and Zookeeper in our projects. Part of
> our unit and integration testing starts these servers in their own
> threads to run so our tests can connect to them. This worked really
> well in eclipse 3.5, since I've upgraded to 3.6, my eclipse instance
> always hangs whenever I execute a test that uses multiple threads.
Not good and not expected. Please file a bug report against JDT UI with
a test case and we'll look at it asap,

Dani
> Here is my information on my system.
>
> OS: Ubuntu 10.04 64 bit Eclipse build id: 20100617-1415
> JDK: Sun 1.6 jdk
>
> eclipse.ini file
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0. v20100503
> -product
> org.eclipse.epp.package.jee.product
> --launcher.defaultAction
> openFile
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -XX:MaxPermSize=1024m
> -Xms1024m
> -Xmx4096m
> -Djava.library.path=/usr/lib/jni
>
Previous Topic:erroneous "Potential null pointer access" warning
Next Topic:I can install the ADT plugin, but it doesn't show up
Goto Forum:
  


Current Time: Sat Apr 20 03:36:41 GMT 2024

Powered by FUDForum. Page generated in 0.03039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top