[+cc Phil] On Thu, Oct 28, 2021 at 12:52:46AM +0200, Pablo Neira Ayuso wrote: > On Thu, Oct 28, 2021 at 12:13:01AM +0200, Lukas Wunner wrote: > > When running tests I noted an oddity: > > > > tests/shell/testcases/0031set_timeout_size_0 fails because > > 1d2h3m4s10ms is reported as 1d2h3m4s8ms, so 2 msec less. > > Might be caused by the kernel I tested against (v5.13.12), > > doesn't seem related to my patches, but odd nevertheless. > > Likely related to: > > commit c9c5b5f621c37d17140dac682d211825ef321093 > Author: Phil Sutter <phil@xxxxxx> > Date: Mon Jul 26 15:27:32 2021 +0200 > > tests: shell: Fix bogus testsuite failure with 100Hz Debian uses CONFIG_HZ_250=y in their x86_64 default config, that's what I'm using. I guess changing the regex to match (8|10)ms would fix the issue. Thanks, Lukas