-
Notifications
You must be signed in to change notification settings - Fork 372
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
Release 2.12.0.0 to master #3261
Merged
Merged
Conversation
This file contains 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
* Add support for Azure Clouds --------- Co-authored-by: narrieta <narrieta>
…d update test-requirements to remove codecov (#2803) * Update version to dummy 1.0.0.0' * Revert version change * Only check certificats if goal state includes certs * Fix code coverage deprecated issue * Move condition to function call
* Add tests for no outbound connectivity --------- Co-authored-by: narrieta <narrieta>
* Use cloud when validating test location --------- Co-authored-by: narrieta <narrieta>
* Redact access tokens from extension's output * python 2.6 --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
The current code assumes the ipoib interface name is ib0 when single IB interface is provisioned. This is not always true when udev rules are used to rename to other names like ibPxxxxx. Fix this by searching any interface name starting with "ib".
* Allow tests to run on random images * PR feedback --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* Fixes for Azure clouds * add debug info --------- Co-authored-by: narrieta <narrieta>
…sion (#2824) * Add test for extensions disabled; refactor VirtualMachine and VmExtension --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* Add test for osProfile.linuxConfiguration.provisionVMAgent * add files * pylint * added messages * ssh issue --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
… setup fails (#2830) Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* agent update refactor (#2706) * agent update refactor * address PR comments * updated available agents * fix pylint warn * updated test case warning * added kill switch flag * fix pylint warning * move last update attempt variables * report GA versioning supported feature. (#2752) * control agent updates in e2e tests and fix uts (#2743) * disable agent updates in dcr and fix uts * address comments * fix uts * report GA versioning feature * Don't report SF flag idf auto update is disabled (#2754) * fix uts (#2759) * agent versioning test_suite (#2770) * agent versioning test_suite * address PR comments * fix pylint warning * fix update assertion * fix pylint error * logging manifest type and don't log same error until next period in agent update. (#2778) * improve logging and don't log same error until next period * address comments * update comment * update comment * Added self-update time window. (#2794) * Added self-update time window * address comment * Wait and retry for rsm goal state (#2801) * wait for rsm goal state * address comments * Not sharing agent update tests vms and added scenario to daily run (#2809) * add own vm property * add agent_update to daily run * merge conflicts * address comments * address comments * additional comments addressed * fix pylint warning
* Add test for FIPS * add test * increase sleep * remove unused file * added comment * check uptime --------- Co-authored-by: narrieta <narrieta>
* Eliminate duplicate list of test suites to run * fix paths * add agent update --------- Co-authored-by: narrieta <narrieta>
* nsbsd: adapt to recent dns.resolver * osutil: Provide a get_root_username function for systems where its not 'root' (like in nsbsd) * nsbsd: tune the configuration filepath * nsbsd: fix lib installation path --------- Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* Collect test artifacts as a separate step in the test pipeline --------- Co-authored-by: narrieta <narrieta>
* Fix infinite retry loop * fix message --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
24.04 is noble, not focal Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
Co-authored-by: narrieta@microsoft <narrieta>
* Remove extension status only on extension delete * . * . --------- Co-authored-by: narrieta@microsoft <narrieta>
* . * Add Azure Linux 3 to test runs * . * . * . * . * Update setup.py --------- Co-authored-by: narrieta@microsoft <narrieta>
* use self-update for initial update * addressing comments * cleanup files * state files * remove comment
Co-authored-by: narrieta@microsoft <narrieta>
* Lc v2 implementation branch (#18) * memory experimentation changes * Initial changes * obvious issues * Fix e2e test * First round of unit test fixes * Fix existing unit tests * Remove unneeded cpu files * Get memory usage should return tuple * Fix log for tracking cgroup * Add unit tests * Add unit tests * Address pylint comments * Clean up code * clean up code * Fix unit tests (#19) * Fix unit tests * Fix unit tests * Revisions (#20) * Respond to comments * Test failures * Fix type issue * Revisions * Additional revisions (#21) * Revisions * Remove unit test for sending telem * final fixes * add config flag * Fix e2e tests
…ce mock method (#3191) * python3.5 workaround * replace assert_called_once * addressing comment
* Fix unit tests 3.5 * Fix ut
* . * . * ., --------- Co-authored-by: narrieta@microsoft <narrieta>
* Capture logcollector pattern only once * Add comment
nagworld9
requested review from
narrieta,
ZhidongPeng and
maddieford
as code owners
November 13, 2024 23:53
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3261 +/- ##
==========================================
+ Coverage 72.05% 72.39% +0.33%
==========================================
Files 101 112 +11
Lines 15075 16824 +1749
Branches 2396 2238 -158
==========================================
+ Hits 10863 12180 +1317
- Misses 3731 4123 +392
- Partials 481 521 +40 ☔ View full report in Codecov by Sentry. |
narrieta
approved these changes
Nov 13, 2024
maddieford
approved these changes
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Issue #
PR information
Quality of Code and Contribution Guidelines