SiKing commented on pull request #347:
URL: https://github.com/apache/maven-surefire/pull/347#issuecomment-823610997


   > @SiKing
   > This is the problem `System.getProperty("thread.count", "1")`. You will 
never have this system property available in the JVM. It is processed only in 
the plugin which is the Maven process.
   > 
   > Why you use it?
   
   But in my pom I have:
   ```
   <systemPropertyVariables>
     <thread.count>${thread.count}</thread.count>
   </systemPropertyVariables>
   ```
   
   I just wanted to prove the number of tests that are running at any one time 
is no more than the number of threads.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to