s0nghuiming opened a new issue #13746: Duplicated test in test_gluon.py, test_reshape_conv_slice_conv URL: https://github.com/apache/incubator-mxnet/issues/13746 ## Description There are two duplicate name tests in test_gluon.py. Test name is test_reshape_conv_slice_conv. They have different shape input. I don't know what this duplicate can make effect on. But I noticed the test output of test_gluon.py is missing some format of this test. Here is the output: ``` $ nosetests -sv test_gluon |& tee /tmp/test_gluon.log [INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=1788709143 to reproduce. test_gluon.test_parameter ... ok test_gluon.test_invalid_parameter_stype ... ok .... $ grep test_reshape_conv_slice_conv /tmp/test_gluon.log # This command shows nothing. ## Environment info (Required) ## Build info (Required if built from source) Compiler (gcc): MXNet commit hash: (Paste the output of `git rev-parse HEAD` here.) fd34dc5f847192dfd522555afdf13be1eb67b72b Build config: (Paste the content of config.mk, or the build command.) ## Error Message: (Paste the complete error message, including stack trace.) test_reshape_conv_slice_conv can't be found in test log of `nosetests -sv test_gluon |& tee /tmp/test_gluon.log` ## Minimum reproducible example (If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.) ## Steps to reproduce (Paste the commands you ran that produced the error.) 1. nosetests -sv test_gluon |& tee /tmp/test_gluon.log 2. grep test_reshape_conv_slice_conv /tmp/test_gluon.log ## What have you tried to solve it?
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services