You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/07/22 13:50:18 UTC

[GitHub] cardil edited a comment on issue #112: Adding support for externally passed random seed and printing used seed on console

cardil edited a comment 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 ones 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:
users@infra.apache.org


With regards,
Apache Git Services