Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_unit_tests::_fs_statfs_test is flaky on windows #22897

Closed
satyarohith opened this issue Mar 13, 2024 · 2 comments · Fixed by #22905
Closed

node_unit_tests::_fs_statfs_test is flaky on windows #22897

satyarohith opened this issue Mar 13, 2024 · 2 comments · Fixed by #22905
Labels
flaky a test is not reliable or determinstic

Comments

@satyarohith
Copy link
Member

https://github.com/denoland/deno/actions/runs/8268046545/job/22619967572?pr=22647#step:39:3153

[_fs/_fs_statfs_test 031.70] fs.statfsSync() => ./tests/unit_node/_fs/_fs_statfs_test.ts:53:6
[_fs/_fs_statfs_test 031.70] error: NotFound: The system cannot find the file specified. (os error 2)
[_fs/_fs_statfs_test 031.70]     const statFs = fs.statfsSync(filePath);
[_fs/_fs_statfs_test 031.70]                       ^
[_fs/_fs_statfs_test 031.70]     at Module.statfsSync (ext:deno_node/_fs/_fs_statfs.js:41:18)
[_fs/_fs_statfs_test 031.70]     at fn (file:///D:/a/deno/deno/tests/unit_node/_fs/_fs_statfs_test.ts:56:23)
[_fs/_fs_statfs_test 031.70] 
[_fs/_fs_statfs_test 031.70]  FAILURES 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky a test is not reliable or determinstic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant