You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
As part of our internal 0.12.0 node testing we see intermittent failures of the test-vm-timeout test. It fails in 1 in 5 or more runs.
We only see the failures on ubuntu 10 at this point, but I've not run lots of repeats to see if we can recreate on other OS versions.
In any case, I found this issue in io.js nodejs/node#622 and it matches the problem that I'm seeing and I validated that it resolves the failure. The explanation also explains why we'd only see it on ubuntu 10, the issue is related to timer precision on older kernels.
Seems like we should pull this patch over.
The text was updated successfully, but these errors were encountered:
As part of our internal 0.12.0 node testing we see intermittent failures of the test-vm-timeout test. It fails in 1 in 5 or more runs.
We only see the failures on ubuntu 10 at this point, but I've not run lots of repeats to see if we can recreate on other OS versions.
In any case, I found this issue in io.js nodejs/node#622 and it matches the problem that I'm seeing and I validated that it resolves the failure. The explanation also explains why we'd only see it on ubuntu 10, the issue is related to timer precision on older kernels.
Seems like we should pull this patch over.
The text was updated successfully, but these errors were encountered: