forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve system process metricset test
The system process test would often fail if it were executed on Linux outside of Docker (`make system-tests`). The `cwd` and `cgroup` fields would cause problems. `cwd` does not exist for kernel processes. And `cgroup` usually doesn't exist for all processes, plus `cgroup` can contain some dynamic fields like `system.process.cgroup.cpuacct.percpu.[1-N]`.
- Loading branch information
1 parent
66239fa
commit b32f92d
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters