Refactor the jstests to reduce the duplicate code in the jstests. For example, in jstests/vector_search/vector_search_auth_required.js, there's a function testSimpleVectorSearchQuery to be moved into utils.
- set up mongod/a cluster + mongot in some configuration
- set up basic mongot response
- run basic $vectorSearch query, make sure results are expected
- is related to
-
SERVER-78291 Ensure test coverage parity with $search
- Closed