0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
mongodb/jstests/with_mongot/cross_repo_testing_requirements.md
madelinezec e0a68f5b8d SERVER-94222: create a landing page for search related markdown pages (#26639)
GitOrigin-RevId: 288b096f71295fb17f771bbb3e402159cf9aeb22
2024-08-29 22:52:12 +00:00

1.2 KiB

Server engineers working on search, changeStreams, or any code that interacts with these features on v8.1+ branches are required to run all mongot integration tests defined on 10gen/mongod and 10gen/mongot before committing.

The simplest way to do this is to use this command to create your evergreen patch:

evergreen patch -p mongodb-mongo-master --trigger-alias search-integration --alias mongot_e2e_tests

This will auto select the e2e tests defined on both repos.

If your evergreen patch shows your changes failed a search e2e test defined on 10gen/mongod, you can follow these instructions for running that test locally on your VM.

If your evergreen patch shows your changes failed an e2e test defined on 10gen/mongot, please reach out in #search-query-engineering for assistance from mongot engineers in translating and addressing the failure.

Didn't Find What You're Looking For?

Visit the landing page for all $search/$vectorSearch/$searchMeta related documentation for server contributors.