Skip to content

Anonymous #53

@anonymepada

Description

@anonymepada

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:

 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions