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

system_test.go - Fix flaky TestProcesses #182

Merged
merged 1 commit into from
May 31, 2023

Conversation

andrewkroh
Copy link
Member

If a process terminates while go-sysinfo is collecting info about it then ENOENT (no such file or directory) can occur. Ignore that while testing a live system.

Fixes #179

If a process terminates while go-sysinfo is collecting info about it
then ENOENT (no such file or directory) can occur. Ignore that while
testing a live system.

Fixes elastic#179
@andrewkroh andrewkroh added the skip-changelog The change does not require a changelog entry. label May 31, 2023
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-05-31T19:09:11.100+0000

  • Duration: 5 min 17 sec

Test stats 🧪

Test Results
Failed 0
Passed 158
Skipped 2
Total 160

@andrewkroh andrewkroh merged commit d4436c2 into elastic:main May 31, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The change does not require a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flaky-test: TestProcesses
2 participants