lanbeier / testng-eclipse

Automatically exported from code.google.com/p/testng-eclipse
0 stars 0 forks source link

Unknown value of attribute 'parallel' at suite level: 'classes' #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
# What steps will reproduce the problem?
The issue appears when in the XML configure the parallel="classes" attribute.
When the suite runs, the console shows:

[Parser] [WARN] Unknown value of attribute 'parallel' at suite level:
'classes'.

And all the tests not run in threads

# What is the expected output? What do you see instead?
Actual output:

[Parser] [WARN] Unknown value of attribute 'parallel' at suite level:
'classes'.
[Parser] Running:
  C:\Temp\workspace\example\testng.xml

init at main
firstB at main
init at main
secondB at main
firstA at main
tearDown at main
secondA at main
tearDown at main

Excepted output (like the command line, using threads)

>java -cp lib\testng-5.9-jdk15.jar;build org.testng.TestNG testng.xml
[Parser] Running:
  C:\Temp\workspace\example\testng.xml

init at pool-1-thread-1
init at pool-1-thread-3
firstB at pool-1-thread-1
firstA at pool-1-thread-2
secondA at pool-1-thread-3
secondB at pool-1-thread-1
tearDown at pool-1-thread-2
tearDown at pool-1-thread-1

# What version of the product are you using? On what operating system?
Eclipse IDE for Java EE Developers (163 MB) http://www.eclipse.org/downloads/
TestNG 5.9.0.2 Eclipse Plugin http://beust.com/eclipse
TestNG 5.9-jdk15
Java 1.6.0_03
Windows XP

Original issue reported on code.google.com by alqui...@gmail.com on 10 Jun 2009 at 4:29

Attachments:

GoogleCodeExporter commented 9 years ago
I see exactly the same issue as mentioned above.

Original comment by jit...@gmail.com on 23 Sep 2009 at 1:46

GoogleCodeExporter commented 9 years ago
This is not limited to eclipse plugin... It can't interpret 
XmlSuite.PARALLEL_CLASSES

Original comment by r.prasha...@gmail.com on 13 Oct 2009 at 6:25

GoogleCodeExporter commented 9 years ago
same here, any updates on this issues?

Original comment by jimho...@gmail.com on 20 Nov 2009 at 1:40

GoogleCodeExporter commented 9 years ago
it's resolved in the future releases. Pls upgrade to the newer version.

Original comment by r.prasha...@gmail.com on 20 Nov 2009 at 4:51