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

Require HostGAPlugin >= 133 for Fast Track #2673

Merged
merged 1 commit into from Sep 30, 2022

Conversation

narrieta
Copy link
Member

HostGAPlugin < 133 will fail requests to download extension artifacts when using Fast Track.

@@ -491,7 +491,7 @@ def format_message(msg):
try:
# Raise if VmSettings are not supported, but check again periodically since the HostGAPlugin could have been updated since the last check
# Note that self._host_plugin_supports_vm_settings can be None, so we need to compare against False
if self._supports_vm_settings == False and self._supports_vm_settings_next_check > datetime.datetime.now():
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did this change to silence a Pycharm warning

@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #2673 (23b4288) into release-2.9.0.0 (8a79ea7) will not change coverage.
The diff coverage is 100.00%.

@@                Coverage Diff                @@
##           release-2.9.0.0    #2673    +/-   ##
=================================================
  Coverage            71.95%   71.95%            
=================================================
  Files                  103      103            
  Lines                15681    15681            
  Branches              2486     2245   -241     
=================================================
  Hits                 11284    11284            
  Misses                3880     3880            
  Partials               517      517            
Impacted Files Coverage Δ
azurelinuxagent/common/protocol/hostplugin.py 87.23% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@narrieta narrieta merged commit a65135f into Azure:release-2.9.0.0 Sep 30, 2022
@narrieta narrieta deleted the hgap branch September 30, 2022 18:26
narrieta added a commit to narrieta/WALinuxAgent that referenced this pull request Sep 30, 2022
Co-authored-by: narrieta <narrieta>
(cherry picked from commit a65135f)
narrieta added a commit that referenced this pull request Oct 5, 2022
Co-authored-by: narrieta <narrieta>
(cherry picked from commit a65135f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants