| Issue 47: | Unknown value of attribute 'parallel' at suite level: 'classes' | |
| 3 people starred this issue and may be notified of changes. | Back to list |
# 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
Sep 22, 2009
#1
jit...@gmail.com
Oct 13, 2009
This is not limited to eclipse plugin... It can't interpret XmlSuite.PARALLEL_CLASSES
Nov 20, 2009
same here, any updates on this issues?
Nov 20, 2009
it's resolved in the future releases. Pls upgrade to the newer version. |