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 2018/08/02 02:21:32 UTC

[GitHub] cetsai opened a new pull request #11991: [MXNET-644] Automated flaky test detection

cetsai opened a new pull request #11991: [MXNET-644] Automated flaky test detection
URL: https://github.com/apache/incubator-mxnet/pull/11991
 
 
   ## Description ##
   This PR adds the necessary components for an automated flaky tests detection measure, the design of which is detailed [on the wiki](https://cwiki.apache.org/confluence/display/MXNET/Automated+Flaky+Test+Detector).
   
   These components, diff collator, dependency analyzer, and flakiness checker are used by the check_flakiness script, which will be run in a Jenkins pipeline to automatically check PRs for flaky tests. Once active, the tool will mark PRs  that cause flaky tests so that they can be fixed before being merged with master.
   
   ## 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)
   - [ ] 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
   
   ### Changes ###
   - Moved flakiness_checker.py to flaky_tests folder, along with other improvements
   - Added script, check_flakiness.py, which will be used in a Jenkins pipeline to check commits for flaky tests
   - Added Jenkinsfile and docker run-time function to automate the checking of commits for flaky tests
   

----------------------------------------------------------------
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