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
3. Comment out the line in `.evergreen/run-serverless-tests.sh` that sources `install-dependencies.sh`.
361
+
3. Comment out the line in `.evergreen/run-serverless-tests.sh` that sources `install-dependencies.sh` (this downloads node and npm and is only used in CI).
369
362
370
363
4. Run the `.evergreen/run-serverless-tests.sh` script directly to test serverless instances from your local machine.
371
364
372
-
> Hint: If the test script fails with an error along the lines of `Uncaught TypeError: Cannot read properties of undefined (reading 'processId')`, ensure you do **not** have the `FAKE_MONGODB_SERVICE_ID` environment variable set.
373
-
374
365
### Load Balanced
375
366
376
367
The following steps will walk you through how to start and test a load balancer.
0 commit comments