DickJC123 commented on issue #20337:
URL: 
https://github.com/apache/incubator-mxnet/issues/20337#issuecomment-864195451


   I ran into failures on these exact 3 tests.  I've tracked down the problem: 
the unittest test_zero_sized_dim does not clean up after itself, and leaves 
is_np_shape_thread_local_ = 1.  Subsequent tests run by the same pytest worker 
might fail as a result.  So I get a failure on:
   ```
   pytest --verbose -s 
tests/python/gpu/test_operator_gpu.py::{test_zero_sized_dim,test_sparse_nd_pickle}
   ```
   but not on:
   ```
   pytest --verbose -s 
tests/python/gpu/test_operator_gpu.py::test_sparse_nd_pickle
   ```
   Looking into the most appropriate fix...


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to