Loading
test/scheduler: Skip process if reading from /proc/pid/cgroup fails
This may happen when given process terminates right after we checked for existance of the pid/cgroup but before we attempt to read the file. When read fails, simply skip that process and continue. Fixes issue #2381 Signed-off-by:Michal Berger <michallinuxstuff@gmail.com> Change-Id: Ic859444769d1bfe18cf02bdd23cbef56407289a7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11670 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Dong Yi <dongx.yi@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>