m3 icon indicating copy to clipboard operation
m3 copied to clipboard

[x/process] Fix number of files calculation in test

Open andrewmains12 opened this issue 1 year ago • 2 comments

This test was consistently failing for me when run on linux, most likely not due to any issue with the code, but rather to some small change with the number of files opened by the process (kernel update? Who knows).

Better I think to just use the reference implementation to establish a baseline, and then check that we capture the delta. Perfect? No. Good enough? Probably.

andrewmains12 avatar Jun 17 '24 22:06 andrewmains12

Validations while the build is off:

  • Ran local tests for this package on linux; they pass.

andrewmains12 avatar Jun 17 '24 22:06 andrewmains12

lgtm once ci is good

prateek avatar Jun 26 '24 20:06 prateek