Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize unit tests on CI server (Travis) #1251

Merged
merged 19 commits into from
Apr 4, 2018

Conversation

DonJayamanne
Copy link

Fixes #1247
Temporary work around for #1250 (didn't add a news entry for the work around)

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov
Copy link

codecov bot commented Mar 30, 2018

Codecov Report

Merging #1251 into master will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1251      +/-   ##
==========================================
+ Coverage   70.94%   71.11%   +0.17%     
==========================================
  Files         266      266              
  Lines       12284    12284              
  Branches     2172     2172              
==========================================
+ Hits         8715     8736      +21     
+ Misses       3445     3417      -28     
- Partials      124      131       +7
Impacted Files Coverage Δ
src/client/linters/lintingEngine.ts 90.35% <0%> (-0.88%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 53.61% <0%> (+0.65%) ⬆️
src/client/debugger/Main.ts 51.85% <0%> (+1.23%) ⬆️
src/client/debugger/PythonProcess.ts 51.25% <0%> (+2.5%) ⬆️
src/client/debugger/mainV2.ts 75.67% <0%> (+4.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 962c850...3badc28. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 60ff772 into microsoft:master Apr 4, 2018
@DonJayamanne DonJayamanne deleted the splitCITests branch June 20, 2018 03:14
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split CI tests into seprate jobs (temporary work around for flaky tests)
2 participants