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

Fix UNKNOWN(Zombie) Process in unexpected processes check #2644

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

nagworld9
Copy link
Contributor

Description

/proc/{pid}/stat would provide the process state. The state 'Z' means, it's a zombie process and we consider it as valid one if found in agent cgroup.

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 Aug 5, 2022

Codecov Report

Merging #2644 (0639c30) into develop (1f84bac) will increase coverage by 0.00%.
The diff coverage is 81.81%.

@@           Coverage Diff            @@
##           develop    #2644   +/-   ##
========================================
  Coverage    72.02%   72.03%           
========================================
  Files          103      103           
  Lines        15745    15755   +10     
  Branches      2501     2502    +1     
========================================
+ Hits         11341    11349    +8     
- Misses        3887     3889    +2     
  Partials       517      517           
Impacted Files Coverage Δ
azurelinuxagent/common/cgroupconfigurator.py 73.58% <81.81%> (+0.10%) ⬆️

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 9b2c33d into Azure:develop Aug 5, 2022
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.

2 participants