--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
Sorry Cedric, I was not clear enough, the version 5.9 is working for
me, the problem is with the newest 5.14 version. I used the update
site to upgrade the testng.
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
This morning my Eclipse also started crashing, can you be somewhat
more specific about what caused it in your workspace. I wouldn't like
to throw my workspace away.
With regards,
Nick Stolwijk
~Java Developer~
IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl
At first I thought there was some problem with my kernel, as at the
same time a kworker thread started to blast the hell out of my cpu. It
seemed that was a problem with the new kernel in combination with the
HP EliteBook 8540w and I needed to add a boot parameter
(pcie_ports=compat). I don't know if these bugs are related, are you
also running on a similar system? However, it still kept crashing
altough the kworker thread was doing peacefully its work.
I also have a new workspace, copy of settings luckily didn't cause the
hangup to switch over to my new workspace. I even have kept the
projects (and project files, altough I work with the M2Eclipse plugin)
and even that kept working.
If I can test anything else, I still have my old workspace.
Systemspecs:
Kubuntu 10.10, running the liquorix Sid main kernel
(2.6.36-0.dmz.15-liquorix-amd64)
Eclipse Helios (up to date)
TestNg plugin
Other plugins, including M2Eclipse, Checkstyle, PMD, Findbugs,
EclEmma, EGit, Hudson
With regards,
Nick Stolwijk
~Java Developer~
IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
--
Trying to use the plugin version 6.3.2, Eclipse 3.6 hangs when "Launching ..." reaches 57%. I had testng-6.0.1.jar in the classpath, but the hang is still occurring even after I remove the file. Would it be too hard to get the connection set-up to be done in a worker thread, so problems don't cause the UI to stop responding?
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-users/-/Nufc0M-c9LMJ.
Hi Cedric,I have TestNG 6.8.1 installed in eclipse indigo. The TestNG version in the project pom file was 6.5.2 and I changed it to match the version of the plugin. But eclipse still freezes at 57% when I try to run OR debug a test class. I can't remove the TestNG library from my project workspace since all the test classes depend on that. And I can't remove the TestNG dependency from the pom file also. This has become so irritating now since I can't execute any test case using eclipse. Any help?Thanks & regards,Kasun
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users?hl=en.For more options, visit https://groups.google.com/groups/opt_out.
Just to update you all…this problem has been solved.
Following three things were done which resulted in solving this problem:
-Xms1024m
-Xmx2048m
In eclipse configuration settings file.
Project > properties > TestNG > use project testng jar.
Can you please try with this setting and see if that works ?
On Friday, April 12, 2013, Kasun wrote:
I tried with a different workspace but it didn't work. Even tried changing the testng plugin to match the version in the pom file. Still no luck.--
On Thursday, April 11, 2013 9:38:36 PM UTC+5:30, Cédric Beust ♔ wrote:This usually happens because you have another testng.jar in your classpath. Try it from a clean workspace to verify.--CédricOn Thu, Apr 11, 2013 at 2:03 AM, Kasun <info....@gmail.com> wrote:Hi Cedric,I have TestNG 6.8.1 installed in eclipse indigo. The TestNG version in the project pom file was 6.5.2 and I changed it to match the version of the plugin. But eclipse still freezes at 57% when I try to run OR debug a test class. I can't remove the TestNG library from my project workspace since all the test classes depend on that. And I can't remove the TestNG dependency from the pom file also. This has become so irritating now since I can't execute any test case using eclipse. Any help?Thanks & regards,Kasun--To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "testng-users" group.Visit this group at http://groups.google.com/group/testng-users?hl=en.For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users+unsubscribe@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi all,
On Friday I decided to upgrade my testng plugin in my Helios (on Win7
64bit) previously I got version 5.9 (it is in the eclipse yoxos
marketplace). Everything went fine, till I try to run a test, then the
testng and the eclipse freezes at 57% (regardless of what I tried to
run (xml suite or test class)). Whole Eclipse freezes so I have to
kill the process... I don't see any testng logs, so I have no idea
what's happening.
Today I've downloaded a new Helios (simple java version not with JEE)
and I've installed the testng plugin and the m2eclipse plugin and it's
still not working....
Any solution or idea how to debug it?
Thanks you for your help,
Regards,
Tamas