Issue 47: Unknown value of attribute 'parallel' at suite level: 'classes'
Status:  New
Owner: ----
Reported by alqui...@gmail.com, Jun 10, 2009
# 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



example.zip
2.2 KB   Download
Sep 22, 2009
#1 jit...@gmail.com
I see exactly the same issue as mentioned above.
Oct 13, 2009
#2 r.prasha...@gmail.com
This is not limited to eclipse plugin... It can't interpret XmlSuite.PARALLEL_CLASSES
Nov 20, 2009
#3 jimho...@gmail.com
same here, any updates on this issues?
Nov 20, 2009
#4 r.prasha...@gmail.com
it's resolved in the future releases. Pls upgrade to the newer version.