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

Add keep_alive property to collect_logs (#2533) #2535

Merged

Conversation

kevinclark19a
Copy link
Contributor

(cherry picked from commit 47770b7)

Description

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #2535 (daeb5eb) into develop (3eda39b) will increase coverage by 0.04%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2535      +/-   ##
===========================================
+ Coverage    71.96%   72.00%   +0.04%     
===========================================
  Files          102      102              
  Lines        15188    15192       +4     
  Branches      2403     2403              
===========================================
+ Hits         10930    10939       +9     
+ Misses        3775     3774       -1     
+ Partials       483      479       -4     
Impacted Files Coverage Δ
azurelinuxagent/ga/collect_logs.py 80.40% <50.00%> (-0.42%) ⬇️
azurelinuxagent/common/interfaces.py 64.28% <100.00%> (+5.95%) ⬆️
azurelinuxagent/ga/update.py 88.39% <100.00%> (ø)
azurelinuxagent/common/utils/fileutil.py 79.69% <0.00%> (+0.75%) ⬆️
azurelinuxagent/ga/collect_telemetry_events.py 91.43% <0.00%> (+1.71%) ⬆️

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 3eda39b...daeb5eb. Read the comment docs.

@kevinclark19a kevinclark19a merged commit be720fe into Azure:develop Mar 15, 2022
@kevinclark19a kevinclark19a deleted the cherrypick/log_collector_stop_2533 branch March 15, 2022 17:49
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

3 participants