ma-hei commented on pull request #18445:
URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656227320


   Looking at the failing job ci/jenkins/mxnet-validation/unix-cpu:
   It seems like when running this with python 3.8, a larger number of unit 
tests is running: 
   Looking at the beginning of the unit test output:
   ```
   [2020-07-02T19:24:10.035Z] scheduling tests via LoadScheduling
   [2020-07-02T19:24:10.035Z] 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_autograd.py::test_unary_func 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_attr.py::test_attr_dict 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_attr.py::test_list_attr 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_attr.py::test_attr_basic 
   [2020-07-02T19:24:10.035Z] [gw1] [  0%] PASSED 
tests/python/unittest/test_attr.py::test_list_attr 
   [2020-07-02T19:24:10.035Z] [gw2] [  0%] PASSED 
tests/python/unittest/test_autograd.py::test_unary_func 
   [2020-07-02T19:24:10.035Z] [gw3] [  0%] PASSED 
tests/python/unittest/test_attr.py::test_attr_dict 
   [2020-07-02T19:24:10.035Z] [gw0] [  0%] PASSED 
tests/python/unittest/test_attr.py::test_attr_basic 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_autograd.py::test_argnum 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_autograd.py::test_out_grads 
   [2020-07-02T19:24:10.035Z] 
tests/python/unittest/test_autograd.py::test_training 
   [2020-07-02T19:24:10.035Z] [gw2] [  0%] PASSED 
tests/python/unittest/test_autograd.py::test_out_grads 
   ```
   Now I compare this with a passing test run with python 3.6 (from some 
unrelated recent PR I randomly picked), the output looks a follows:
   ```
   [2020-07-06T17:54:08.924Z] scheduling tests via LoadScheduling
   [2020-07-06T17:54:08.924Z] 
   [2020-07-06T17:54:08.924Z] 
tests/python/unittest/test_contrib_autograd.py::test_operator_with_state 
   [2020-07-06T17:54:08.924Z] tests/python/unittest/test_attr.py::test_operator 
   [2020-07-06T17:54:08.924Z] 
tests/python/unittest/test_autograd.py::test_operator_with_state 
   [2020-07-06T17:54:08.924Z] 
tests/python/unittest/test_operator.py::test_RNN_float64 
   [2020-07-06T17:54:08.924Z] [gw1] [  0%] PASSED 
tests/python/unittest/test_attr.py::test_operator 
   [2020-07-06T17:54:08.924Z] [gw3] [  0%] PASSED 
tests/python/unittest/test_contrib_autograd.py::test_operator_with_state 
   [2020-07-06T17:54:08.924Z] [gw0] [  1%] PASSED 
tests/python/unittest/test_autograd.py::test_operator_with_state 
   [2020-07-06T17:54:08.924Z] [gw2] [  1%] PASSED 
tests/python/unittest/test_operator.py::test_RNN_float64 
   ```
   Possibly thats the reason of the timeout.. looking into it.


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