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

e2e: ignore terminated processes on fetching allowed resources #1065

Merged
merged 1 commit into from Aug 24, 2023

Conversation

askervin
Copy link
Contributor

Fetching allowed resources (needed by "verify" and "report allowed") caused test failures when a process found by pgrep got terminated before reading its /proc/pid/files. This change omits pids whose files could not be read without errors.

Fetching allowed resources (needed by "verify" and "report allowed")
caused test failures when a process found by pgrep got terminated
before reading its /proc/pid/files. This change omits pids whose files
could not be read without errors.
@codecov-commenter
Copy link

Codecov Report

Merging #1065 (18a74bc) into master (d659cbd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1065   +/-   ##
=======================================
  Coverage   31.73%   31.73%           
=======================================
  Files          64       64           
  Lines        9816     9816           
=======================================
  Hits         3115     3115           
  Misses       6410     6410           
  Partials      291      291           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@marquiz marquiz left a comment

Choose a reason for hiding this comment

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

LGTM

@marquiz marquiz merged commit 7ab4761 into intel:master Aug 24, 2023
6 checks passed
@marquiz marquiz mentioned this pull request Jan 8, 2024
18 tasks
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

4 participants