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
assert.equal(openRemoval.observedFilesystemFreeBytesDelta,0,"open unlinked allocation should not increase observed free space until the final handle closes")
166
+
assert.ok(Number.isFinite(openRemoval.observedFilesystemFreeBytesDelta),"filesystem free-space delta is observational and may include concurrent allocation changes")
0 commit comments