-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into convert-client-tests
- Loading branch information
Showing
12 changed files
with
879 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-20.04] | ||
python-version: ["3.8", "3.11", "pypy-3.9"] | ||
python-version: ["3.8", "pypy-3.9", "3.13"] | ||
name: CPython ${{ matrix.python-version }}-${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -61,13 +61,14 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
cache: 'pip' | ||
cache-dependency-path: 'pyproject.toml' | ||
allow-prereleases: true | ||
- name: Install dependencies | ||
run: | | ||
pip install -q tox | ||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 4.4 | ||
mongodb-version: 6.0 | ||
- name: Run tests | ||
run: | | ||
tox -m test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,9 @@ the pages will re-render and the browser will automatically refresh. | |
`TEST_LOADBALANCER=1 tox -m test-eg`. | ||
|
||
## Running Encryption Tests Locally | ||
- Clone `drivers-evergreen-tools`: | ||
`git clone [email protected]:mongodb-labs/drivers-evergreen-tools.git`. | ||
- Run `export DRIVERS_TOOLS=$PWD/drivers-evergreen-tools` | ||
- Run `AWS_PROFILE=<profile> tox -m setup-encryption` after setting up your AWS profile with `aws configure sso`. | ||
- Run the tests with `TEST_ENCRYPTION=1 tox -e test-eg`. | ||
- When done, run `tox -m teardown-encryption` to clean up. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.