From commits-return-42727-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Fri Jul 6 09:39:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C285F180627 for ; Fri, 6 Jul 2018 09:39:40 +0200 (CEST) Received: (qmail 6757 invoked by uid 500); 6 Jul 2018 07:39:39 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 6748 invoked by uid 99); 6 Jul 2018 07:39:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2018 07:39:39 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] zheng-da opened a new pull request #11577: Fix flaky test test_gluon.test_hybrid_static_memory_switching Message-ID: <153086277936.17000.13985538462157998435.gitbox@gitbox.apache.org> Date: Fri, 06 Jul 2018 07:39:39 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit zheng-da opened a new pull request #11577: Fix flaky test test_gluon.test_hybrid_static_memory_switching URL: https://github.com/apache/incubator-mxnet/pull/11577 ## Description ## This is to fix the flaky test https://github.com/apache/incubator-mxnet/issues/11171 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] 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) - [ ] Code is well-documented: - For user-facing API changes, API doc string has been updated. - For new C++ functions in header files, their functionalities and arguments are documented. - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable - Check the API doc at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html - [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ---------------------------------------------------------------- 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