nodejs / tooling

Advancing Node.js as a framework for writing great tools
169 stars 17 forks source link

Regular failures in test-fs-rmdir-recursive on Windows #132

Open mhdawson opened 2 years ago

mhdawson commented 2 years ago

I'm wondering if there is anybody in this team that could look at the persistent failures we are seeing on Windows? It's now the most common failure we see in the CI.

I'm thinking we might want to mark as flaky but wondered if somebody who knows the code better might take a look first?

https://github.com/nodejs/node/issues/41201 https://github.com/nodejs/reliability/issues/170

mhdawson commented 2 years ago

@nodejs/tooling

iansu commented 2 years ago

I think this was fixed here: https://github.com/nodejs/node/pull/41545

Just waiting to hear back if that actually did resolve the issue.