unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.27k stars 143 forks source link

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

Closed abetomo closed 1 month ago

abetomo commented 1 month ago

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 commented 1 month ago

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