You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ the pages will re-render and the browser will automatically refresh.
197
197
version of Python, set `UV_PYTHON` before running `just install`.
198
198
- Ensure you have started the appropriate Mongo Server(s). You can run `just run-server` with optional args
199
199
to set up the server. All given options will be passed to
200
-
[`run-orchestration.sh`](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-orchestration.sh). Run `$DRIVERS_TOOLS/.evergreen/run-orchestration.sh -h`
200
+
[`run-mongodb.sh`](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-mongodb.sh). Run `$DRIVERS_TOOLS/.evergreen/run-mongodb.sh start -h`
201
201
for a full list of options.
202
202
- Run `just test` or `pytest` to run all of the tests.
203
203
- Append `test/<mod_name>.py::<class_name>::<test_name>` to run
@@ -396,7 +396,7 @@ To run any of the test suites with minimum supported dependencies, pass `--test-
396
396
397
397
- If adding new tests files that should only be run for that test suite, add a pytest marker to the file and add
398
398
to the list of pytest markers in `pyproject.toml`. Then add the test suite to the `TEST_SUITE_MAP` in `.evergreen/scripts/utils.py`. If for some reason it is not a pytest-runnable test, add it to the list of `EXTRA_TESTS` instead.
399
-
- If the test uses Atlas or otherwise doesn't use `run-orchestration.sh`, add it to the `NO_RUN_ORCHESTRATION` list in
399
+
- If the test uses Atlas or otherwise doesn't use `run-mongodb.sh`, add it to the `NO_RUN_ORCHESTRATION` list in
400
400
`.evergreen/scripts/utils.py`.
401
401
- If there is something special required to run the local server or there is an extra flag that should always be set
402
402
like `AUTH`, add that logic to `.evergreen/scripts/run_server.py`.
0 commit comments