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
chore: reduce runtime metric flakiness and remove type warnings (#6867)
The runtime metric uptime check could in about 1 out of 1000 times
end up with a wrong number due to a millisecond too much being
used in the test.
In addition, the bigint type was corrected. It had no negative
impact due to being reassigned to number before being used.
Further drive-by fix is to reduce type warnings where the type is
either difficult to define or unknown.
Also activate the tests for non-native on windows. Those may run
since these will only use Node.js own methods.
0 commit comments