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

Test: JS: Skip view() test for now, because it fails on Winodws #504

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Oct 12, 2024

The test itself succeeds, but fails with the following error when deleting the index file created by save() in afterEach().

error: "EBUSY: resource busy or locked, unlink 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\usearch.test.index'"

Since it is only in Winodws that it fails, we will skip it on Winodws for now.
We will continue to investigate the solution.

The test itself succeeds, but fails with the following error when deleting the index file created by save() in afterEach().

```
error: "EBUSY: resource busy or locked, unlink 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\usearch.test.index'"
```

Since it is only in Winodws that it fails, we will skip it on Winodws for now.
We will continue to investigate the solution.
@abetomo
Copy link
Contributor Author

abetomo commented Oct 12, 2024

Maybe the file opened with view() is not closed, but I couldn't find a solution right away, so I skipped it for now.

Related: #503

@ashvardanian ashvardanian merged commit 08c835d into unum-cloud:main-dev Oct 14, 2024
26 checks passed
@abetomo abetomo deleted the fix-test-on-windows branch October 14, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants