You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/29 20:20:27 UTC

[GitHub] [incubator-mxnet] ma-hei commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

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


   @leezu I think I have to give up on this issue or find a different approach. What I tried was the following:
   - update python to 3.8 
   - update some dependencies that needed updating in order to work with python 3.8
   - Fix some linting issues that needed fixing because of the updated linter dependencies.
   Then I did the following :
   (1) Kick off a build and observe the failing tests
   (2) remove the failing test in order to isolate the test failures
   I was expecting that the build would pass at some point. However I noticed that even after multiple iterations, I couldn't isolate  the test failures. Every time I kicked off a build, I would find another set of failing tests, sometimes in a different sub-build. 
   Hmm.. I'm not sure how to proceed at this point. If you have some suggestions, I'd be happy try it. Otherwise I think I have to give up on this. Maybe the issue needs to be split up into multiple tasks such as "make unix-cpu succeed with python 3.8", "make unix-gpu succeed with python 3.8", etc.


----------------------------------------------------------------
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:
users@infra.apache.org