forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
WIP: Update CI build to use the new test-phases.yml steps template. #4812
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #4812 +/- ##
========================================
- Coverage 77% 62% -15%
========================================
Files 450 373 -77
Lines 21733 14706 -7027
Branches 3577 1170 -2407
========================================
- Hits 16679 9040 -7639
- Misses 5050 5464 +414
- Partials 4 202 +198
|
1ce7a24
to
191783b
Compare
- will re-use the steps in CI and Nightly
- was running Python 3.7 in all cases before - Updated AGENT_OS usage - Add display name to show dependency versions (was 'Bash') - skip Python unittests for normalizeForInterpreter in python 2.7
- run them before system tests in the interest of early exit for fast tests - Do not run internal-tool tests on Python != 3.x
- Remove the temp trigger I had from before
- Add .Venv tests to the build - Update CI tests to make use of the step-template created for PR
- Fix configuration of venv tests (needs python test reqs) - Update names of PR and CI builds
- Replacement variable in path needs to be in quotes. - Skipping test has to be refactored in Jupyter test suite
- tracked by #4820 - correct issue with skip of test in notebook functional tests.
- Based on an environment variable - If env var is present, split the test files to add to mocha - env var is [slice_to_run]/[total_slices]
- Split across 4 slices for all testSingle and testMultiWorkspaces tests
- Add mocha.checkForLeaks on split windows tests
This reverts commit 924c429.
This reverts commit 788805b.
This reverts commit 8b8856b.
…ows" This reverts commit 996480d.
- Move CI_PYTHON_PATH setting to after venv tests - CI_PYTHON_PATH breaks the venv tests. - Remove flaky test from functional tests on Windows - GH #4827
191783b
to
1bdf736
Compare
Superseded by #4830 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For #4034, #4806, and others...
Make the CI build use the same YAML step-template as the newly developed PR definition (#4806).
Add back the virtual environment tests to the step-template and run them from CI (not for PR) (#4034).
Has a news entry file (remember to thank yourself!)Unit tests & system/integration tests are added/updatedTest plan is updated as appropriatepackage-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)The wiki is updated with any design decisions/details.