msokolov opened a new issue, #14047: URL: https://github.com/apache/lucene/issues/14047
### Description I discovered while doing some sweeping refactoring changes that we lack coverage of many vector field features, like scalar compression and concurrent merging. We even lack randomization for basic settings like graph connectivity (we *always* test with the default = 32). The idea here is to add randomization to `RandomCodec` similar to what we do for other field types. I made an initial, but many tests do make assumptions that were broken. I think initially we will need a way to "opt out" of such randomization. Is there a standard way to do that (for a specific format, or for the whole codec)? ### Gradle command to reproduce _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org