anirudh2290 opened a new issue #9972: Flaky test on Windows: 
test_random.test_random_seed_setting 
URL: https://github.com/apache/incubator-mxnet/issues/9972
 
 
   Note: Providing complete information in the most concise form is the best 
way to get help. This issue template serves as the checklist for essential 
information to most of the technical issues and bug reports. For non-technical 
issues and feature requests, feel free to present the information in what you 
believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at 
https://discuss.mxnet.io 
   
   ## Description
   (Brief description of the problem in no more than 2 sentences.)
   
   ## Environment info (Required)
   Windows environment same as here: 
   
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-9951/1/pipeline
   
   
   Package used (Python/R/Scala/Julia):
   Python
   
   MXNet commit hash:
   bce00aaca0cb8e69343b5a09da00ef671cad8815
   
   ## Error Message:
   
   ```
   [INFO] Setting module np/mx/python random seeds, use 
MXNET_MODULE_SEED=752593952 to reproduce.
   
   test_random.test_random ... 
   
   (py3) C:\jenkins_slave\workspace\ut-python-cpu@2>IF -1073740791 NEQ 0 exit 
/b 1 
   
   script returned exit code 1
   ```
   
   ## Minimum reproducible example
   Reuse the seed that it failed with on windows: 752593952
   Change the line 196 in tests/python/unittest/test_random.py,
   change `with_seed()` to `with_seed(752593952)`
   
   Run: nosetests -v tests/python/unittest/test_random.py:test_random
   
   ## What have you tried to solve it?
   
   1. Tried to reproduce on a linux machine. Unable to reproduce the issue.

----------------------------------------------------------------
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