mseth10 commented on issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution URL: https://github.com/apache/incubator-mxnet/issues/12203#issuecomment-446366930 Reproduction steps (from https://cwiki.apache.org/confluence/display/MXNET/Reproducing+test+results): Spin up a p3.8x large instance, with Ubuntu base DLAMI, with at least 150GB EBS storage Cloning and building MXNet: - git clone --recursive https://github.com/apache/incubator-mxnet.git - cd incubator-mxnet - pip3 install -r ci/requirements.txt - ci/build.py --platform ubuntu_build_cuda /work/runtime_functions.sh build_ubuntu_gpu_mkldnn Enabling the test - Comment out line [1634](https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_operator.py#L1634) in file tests/python/unittest/test_operator.py. `# @unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12203")` Running only this particular test 10,000 times - Modify line [735](https://github.com/apache/incubator-mxnet/blob/master/ci/docker/runtime_functions.sh#L735) in file ci/docker/runtime_functions.sh to `MXNET_TEST_COUNT=10000 nosetests-2.7 $NOSE_COVERAGE_ARGUMENTS $NOSE_TIMER_ARGUMENTS --with-xunit --xunit-file nosetests_gpu.xml --verbose tests/python/gpu/test_operator_gpu.py:test_depthwise_convolution` - ci/build.py --nvidiadocker --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_python2_gpu
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
