How to run tests with the Panama Vector implementation
Open
type:test
vector-based-search
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
I previously used to do:
```
export CI=true; ./gradlew :lucene:core:test
```
but this is not enough, in the output we see:
```
WARNING: Vector bitsize and/or integer vectors enforcement; using default vectorization provider outside of testMode
```
because either or both of `tests.vectorsize` or `tests.forceintegervectors` is set.
Contributor guide
Assessment
This issue has not been assessed yet.