Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 8, 2024
1 parent d660aac commit d8c23f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ The usage of host.docker.internal comes from the [Docker networking documentatio

There is currently no arm64 support for the go1.x runtime, see [here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). Known issues running on linux/arm64 include the inability to network with the localhost from the public.ecr.aws/lambda/go Docker image.

### Encryption Tests

Most of the tests requiring `libmongocrypt` can be run using the Docker workflow.

However, some of the tests requires secrets handling. Please see the team [Wiki](https://wiki.corp.mongodb.com/pages/viewpage.action?spaceKey=DRIVERS&title=Testing+CSFLE) for more information.

The test suite can be run with or without the secrets as follows:

```bash
MAKEFILE_TARGET=evg-test-versioned-api bash .evergreen/run-tests.sh
```

### Load Balancer

To launch the load balancer on MacOS, run the following.
Expand Down

0 comments on commit d8c23f2

Please sign in to comment.