-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Skip test_multi_worker_dataloader_release_pool #17797
Skip test_multi_worker_dataloader_release_pool #17797
Conversation
Does the test fail on any other platform besides OS X? Currently OS X status test is optional, so failing OS X tests doesn't block PRs. We can disable the test nevertheless, but it may be forgotten and not fixed. Tracking issue: #17782 |
@leezu I still think it's still necessary to skip this for now in case it masks the failures of other tests that comes after this test in the test sequence. |
Thanks for clarification. Let's disable it. I'm still at loss why this only happens on OS X. |
I think you can check for mac explicitly in test and disable it rather than skip for all platforms |
@zhreshold Good idea, I'll make changes in that way. |
af2ca5d
to
e03d85e
Compare
Can we add a tracking issue in this PR as well as in the code? |
Co-Authored-By: Leonard Lausen <[email protected]>
* 'master' of https://github.com/apache/incubator-mxnet: (192 commits) * impl - FFI for np einsum (apache#17869) [Numpy] FFI for diag/diagonal/diag_indices_from (apache#17789) [Numpy] Kron operator (apache#17323) cmake: Set DMLC_LOG_FATAL_THROW only for building mxnet and not for tvm (apache#17878) Add simplified HybridBlock.forward without F (apache#17530) Use FP32 copy of weights for norm (multitensor LAMB optimizer) (apache#17700) Use multi-tensor sumSQ in clip_global_norm (apache#17652) [Numpy] Add op fmax, fmin, fmod (apache#17567) Adding sparse support to MXTensor for custom operators (apache#17569) Update 3rdparty/mkldnn to v1.2.2 (apache#17313) Dynamic subgraph compile support (apache#17623) Refactor cpp-package CMakeLists.txt & add missing inference/imagenet_inference (apache#17835) staticbuild: Fix potential user-assisted execution of arbitrary code (apache#17860) * FFI for np.argmax and np.argmin (apache#17843) ffi for roll/rot90 (apache#17861) Skip test_multi_worker_dataloader_release_pool on OS X (apache#17797) add ffi for full_like, binary (apache#17811) HybridBlock.export() to return created filenames (apache#17758) Fix SoftReLU fused operator numerical stability (apache#17849) CI: Test clang10 cpu & gpu builds with -WError (apache#17830) ...
Description
...to unblock many PR on the CI.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
test_multi_worker_dataloader_release_pool
Comments