Comment 2 for bug 1833905

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

It looks like if we run this test repeatedly, most of the time it will pass:

$ sudo ./settimeofday01 -i 1000 | grep FAIL | wc -l
10
$ sudo ./settimeofday01 -i 1000 | grep FAIL | wc -l
8
$ sudo ./settimeofday01 -i 1000 | grep FAIL | wc -l
10

This might be able to explain why sometimes we cannot see this failure in the test report.
Not sure what is the cause of this