access2rohit opened a new pull request #17410: skipping flaky tests 
randint,log_softmax. Added python gc to teardown.
URL: https://github.com/apache/incubator-mxnet/pull/17410
 
 
   ## Description ##
   skipping flaky tests randint,log_softmax. Added python gc to teardown. 
Skipped topk due to large memory usage
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding 
a new operator)
   - Nightly tests are added for complicated/long-running ones (e.g. changing 
distributed kvstore)
   - Build tests will be added for build configuration changes (e.g. adding a 
new build option with NCCL)
   - [x] To the best of my knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ## Testing ##
   ```
   MXNET_TEST_COUNT=1 nosetests --logging-level=DEBUG --verbose -s 
tests/nightly/test_large_array.py:test_tensor
   
   /home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: 
FutureWarning: Conversion of the second argument of issubdtype from `float` to 
`np.floating` is deprecated. In future, it will be treated as `np.float64 == 
np.dtype(float).type`.
     from ._conv import register_converters as _register_converters
   test_large_array.test_tensor ... [DEBUG] Setting test np/mx/python random 
seeds, use MXNET_TEST_SEED=215611752 to reproduce.
   SKIP: Randint flaky, tracked at 
https://github.com/apache/incubator-mxnet/issues/16172
   
   ----------------------------------------------------------------------
   Ran 1 test in 125.584s
   
   OK (SKIP=1)
   
   MXNET_TEST_COUNT=1 nosetests --logging-level=DEBUG --verbose -s 
tests/nightly/test_large_array.py:test_nn
   
   /home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: 
FutureWarning: Conversion of the second argument of issubdtype from `float` to 
`np.floating` is deprecated. In future, it will be treated as `np.float64 == 
np.dtype(float).type`.
     from ._conv import register_converters as _register_converters
   test_large_array.test_nn ... [21:42:14] src/executor/graph_executor.cc:2062: 
Subgraph backend MKLDNN is activated.
   [21:42:18] src/executor/graph_executor.cc:2062: Subgraph backend MKLDNN is 
activated.
   SKIP: log_softmax flaky, tracked at 
https://github.com/apache/incubator-mxnet/issues/17397
   
   ----------------------------------------------------------------------
   Ran 1 test in 444.677s
   
   OK (SKIP=1)
   
   MXNET_TEST_COUNT=1 nosetests --logging-level=DEBUG --verbose -s 
tests/nightly/test_large_array.py:test_basic
   
   /home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: 
FutureWarning: Conversion of the second argument of issubdtype from `float` to 
`np.floating` is deprecated. In future, it will be treated as `np.float64 == 
np.dtype(float).type`.
     from ._conv import register_converters as _register_converters
   test_large_array.test_basic ... SKIP: Topk takes lot of memory!, disabling 
it for now!
   
   ----------------------------------------------------------------------
   Ran 1 test in 1254.173s
   
   OK (SKIP=1)
   ```
   

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

Reply via email to