raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
732 stars 93 forks source link

Random test failures when running async tests locally on the WIN32 platform #264

Closed silkentrance closed 3 years ago

silkentrance commented 3 years ago

Operating System

NodeJS Version

Tmp Version

latest from the refactor branch

Expected Behavior

tests must never fail

Experienced Behavior

tests will fail randomly due to some waitstates that have to be introduced for the WIN32 platform on async file or dir creation operations

silkentrance commented 3 years ago

this may also affect runtime versions of this that are deployed to WIN32 platforms.

silkentrance commented 3 years ago

This seems to have been fixed, both locally and on appveyor with the latest commit.