[GitHub] [incubator-mxnet] leezu commented on issue #18003: [Flaky Test] test_operator_gpu.test_ftrl

2020-04-23 Thread GitBox


leezu commented on issue #18003:
URL: 
https://github.com/apache/incubator-mxnet/issues/18003#issuecomment-618638344


   With the new random infrastructure, the test failure can be reproduced 
deterministically:
   
   `MXNET_TEST_SEED=1632189249 pytest tests/python/unittest/test_optimizer.py  
-k test_ftrl`



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




[GitHub] [incubator-mxnet] leezu commented on issue #18003: [Flaky Test] test_operator_gpu.test_ftrl

2020-04-09 Thread GitBox
leezu commented on issue #18003: [Flaky Test] test_operator_gpu.test_ftrl
URL: 
https://github.com/apache/incubator-mxnet/issues/18003#issuecomment-611826451
 
 
   @szha plans to switch the testing suite to pytest
   This involves refactoring the randomness logic and may fix the issue. The 
new code would likely be inspired by the code in GluonNLP, where we 
transitioned to pytest already in the initial release and thus refactored the 
random-related stuff for pytest.
   
   https://github.com/dmlc/gluon-nlp/blob/v0.9.x/conftest.py#L41


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


With regards,
Apache Git Services