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 2017/11/06 23:47:18 UTC

[GitHub] KellenSunderland commented on issue #8554: Dont Merge - Disable problem tests

KellenSunderland commented on issue #8554: Dont Merge - Disable problem tests
URL: https://github.com/apache/incubator-mxnet/pull/8554#issuecomment-342326664
 
 
   I've now opened individual issues for any tests that were skipped due to crashes.  I believe only one had to be disabled for this reason.
   
   I tried to focus on tests that were really the worst offenders in terms of time to run (30 seconds+ run times).  In total tests are running in under four minutes with this patch.
   ```
   python3 -m nose  --verbose  -a '!nightly,!crashing' --with-timer  tests/python/gpu
   ...
   ----------------------------------------------------------------------
   Ran 231 tests in 70.928s
   
   OK (SKIP=6)
   ```
   
   ```
   python3 -m nose  --verbose  -a '!nightly,!crashing' --with-timer  tests/python/unittest
   ...
   ----------------------------------------------------------------------
   Ran 359 tests in 111.434s
   
   FAILED (SKIP=4, errors=2)
   ```
   (errors are expected here, not compiled with profiler, etc).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services