cardil commented on issue #112: Adding support for externally passed random 
seed and printing used seed on console
URL: https://github.com/apache/maven-surefire/pull/112#issuecomment-406868127
 
 
   Yup. It's the right branch. Those tests are one that I added. They test if 
running with given seed will produce repeatable build. Ideally it should 
produce the same outcome on every machine thus those tests I've added. I will 
dig in to this to determine a fault.
   
   I've manage to reproduce those errors on different machine, with Windows 10. 
It's very strange, because when I run it directly, everything works properly. 
This is good news as library works well, only tests are faulty:
   
   ```bash
   cd surefire-its/target/RunOrderIT_testRandomWithSeed123456
   mvn test -Dsurefire.version=3.0.0-SNAPSHOT
   ```
   
   Running it from IT test fails with errors you just posted. Maybe forked 
launcher somehow involves?!
   
   I will dig into more and keep you posted.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to