We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to run pnpm test against a local clone, no matter what node version I use... With Node v23.6.0, the pnpm test fails:077 FAIL tests/elapsed.test.ts 0 90ms @orama/orama:test: ✖ SIGINT FAIL tests/distinct.test.ts 0 3.166s @orama/orama:test: ✖ SIGINT FAIL tests/diacritics.test.ts 0 3.310s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 40ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 52ms @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 45ms @orama/orama:test: ✖ SIGINT FAIL tests/group.test.ts 0 33ms @orama/orama:test: ✖ SIGINT FAIL tests/insert.test.ts 0 32ms @orama/orama:test: ✖ SIGINT FAIL tests/levenshtein.test.ts 0 49ms @orama/orama:test: ✖ SIGINT FAIL tests/main.test.ts 0 44ms @orama/orama:test: ✖ SIGINT FAIL tests/plugin.test.ts 0 36ms @orama/orama:test: ✖ SIGINT FAIL tests/preflight.test.ts 0 35ms @orama/orama:test: ✖ SIGINT With Node Node v20.18.1, the pnpm test still fails: FAIL tests/distinct.test.ts 0 5.253s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 17ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 3.444ms @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 3.656ms @orama/orama:test: ✖ SIGINT FAIL tests/group.test.ts 0 6.594ms @orama/orama:test: ✖ SIGINT FAIL tests/insert.test.ts 0 3.354ms @orama/orama:test: ✖ SIGINT FAIL tests/main.test.ts 0 5.262ms @orama/orama:test: ✖ SIGINT FAIL tests/levenshtein.test.ts 0 4.543ms @orama/orama:test: ✖ SIGINT FAIL tests/plugin.test.ts 0 6.219ms @orama/orama:test: ✖ SIGINT FAIL tests/preflight.test.ts 0 3.745ms @orama/orama:test: ✖ SIGINT With Node v18.20.5, the pnpm test still fails: FAIL tests/array.test.ts 0 2.443s @orama/orama:test: ✖ SIGINT FAIL tests/boosting.test.ts 0 2.476s @orama/orama:test: ✖ SIGINT FAIL tests/dataset.test.ts 0 14ms @orama/orama:test: ✖ SIGINT FAIL tests/diacritics.test.ts 0 59ms @orama/orama:test: ✖ SIGINT FAIL tests/distinct.test.ts 0 27ms @orama/orama:test: ✖ SIGINT FAIL tests/docs.test.ts 0 18ms @orama/orama:test: ✖ SIGINT FAIL tests/elapsed.test.ts 0 12ms @orama/orama:test: ✖ SIGINT FAIL tests/create.test.ts 0 2.769s @orama/orama:test: ✖ SIGINT FAIL tests/customize.component.test.ts 0 2.752s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 32ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 27ms @orama/orama:test: ✖ SIGINT @orama/orama:test: RUNS tests/cosine-similarity.test.ts 0 2.577s FAIL tests/cosine-similarity.test.ts 0 2.886s @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 51ms (I feel like this should be its own issue.)
I am unable to run pnpm test against a local clone, no matter what node version I use...
pnpm test
With Node v23.6.0, the pnpm test fails:077
FAIL tests/elapsed.test.ts 0 90ms @orama/orama:test: ✖ SIGINT FAIL tests/distinct.test.ts 0 3.166s @orama/orama:test: ✖ SIGINT FAIL tests/diacritics.test.ts 0 3.310s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 40ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 52ms @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 45ms @orama/orama:test: ✖ SIGINT FAIL tests/group.test.ts 0 33ms @orama/orama:test: ✖ SIGINT FAIL tests/insert.test.ts 0 32ms @orama/orama:test: ✖ SIGINT FAIL tests/levenshtein.test.ts 0 49ms @orama/orama:test: ✖ SIGINT FAIL tests/main.test.ts 0 44ms @orama/orama:test: ✖ SIGINT FAIL tests/plugin.test.ts 0 36ms @orama/orama:test: ✖ SIGINT FAIL tests/preflight.test.ts 0 35ms @orama/orama:test: ✖ SIGINT
With Node Node v20.18.1, the pnpm test still fails:
FAIL tests/distinct.test.ts 0 5.253s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 17ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 3.444ms @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 3.656ms @orama/orama:test: ✖ SIGINT FAIL tests/group.test.ts 0 6.594ms @orama/orama:test: ✖ SIGINT FAIL tests/insert.test.ts 0 3.354ms @orama/orama:test: ✖ SIGINT FAIL tests/main.test.ts 0 5.262ms @orama/orama:test: ✖ SIGINT FAIL tests/levenshtein.test.ts 0 4.543ms @orama/orama:test: ✖ SIGINT FAIL tests/plugin.test.ts 0 6.219ms @orama/orama:test: ✖ SIGINT FAIL tests/preflight.test.ts 0 3.745ms @orama/orama:test: ✖ SIGINT
With Node v18.20.5, the pnpm test still fails:
FAIL tests/array.test.ts 0 2.443s @orama/orama:test: ✖ SIGINT FAIL tests/boosting.test.ts 0 2.476s @orama/orama:test: ✖ SIGINT FAIL tests/dataset.test.ts 0 14ms @orama/orama:test: ✖ SIGINT FAIL tests/diacritics.test.ts 0 59ms @orama/orama:test: ✖ SIGINT FAIL tests/distinct.test.ts 0 27ms @orama/orama:test: ✖ SIGINT FAIL tests/docs.test.ts 0 18ms @orama/orama:test: ✖ SIGINT FAIL tests/elapsed.test.ts 0 12ms @orama/orama:test: ✖ SIGINT FAIL tests/create.test.ts 0 2.769s @orama/orama:test: ✖ SIGINT FAIL tests/customize.component.test.ts 0 2.752s @orama/orama:test: ✖ SIGINT FAIL tests/enum.test.ts 0 32ms @orama/orama:test: ✖ SIGINT FAIL tests/facets.test.ts 0 27ms @orama/orama:test: ✖ SIGINT @orama/orama:test: RUNS tests/cosine-similarity.test.ts 0 2.577s FAIL tests/cosine-similarity.test.ts 0 2.886s @orama/orama:test: ✖ SIGINT FAIL tests/filters.test.ts 0 51ms
(I feel like this should be its own issue.)
Originally posted by @awhitford in #862
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @awhitford in #862
The text was updated successfully, but these errors were encountered: