|
Results of investigation:
- Queryable Encryption: run-serverless-tests.sh doesn't define any of the system properties required to run these tests, so they are skipped
- Load Balancer: run-serverless-tests.sh doesn't define the "org.mongodb.test.multi.mongos.uri" system property, which causes the tests to be skipped
These could be addressed by either:
- Duplicating the logic from run-tests.sh in run-serverless-tests.sh
- Have the serverless variant just execute run-tests.sh (not sure why that wasn't done in the first place)
|