-
Notifications
You must be signed in to change notification settings - Fork 211
Commit ed31cba
* Add GitHub Action workflow for tests
* Add workflow to check formatting
* Remove travis-ci config
* Fix clang-format error
* Add shared json extension for tests
* Hide output for xfail tests
* Use mongo-orchestration configs from drivers-evergreen-tools
* Drop obsolete test scripts
This drops the legacy VM environment and remnants of the travis-ci config
* Remove obsolete server_id config
* Add note about MONGO_ORCHESTRATION_URI to contribution docs
* Restore previous XFAIL behaviour
This did not have the expected effect of preventing diff output for tests that expect failures, so it can be reverted.
* Make SSL certificate path configurable for tests
Since mongo-orchestration will always bring its own certificates, we need to set the correct SSL certificate directory for our tests. This is skipped on GitHub Actions as we don't test SSL builds there (yet). If SSL_DIR was not set, tests requiring SSL will be skipped.
* Fix code review nits
1 parent ef28066 commit ed31cba
File tree
90 files changed
+298
-22465
lines changed- .evergreen
- orchestration/configs
- replica_sets
- servers
- .github/workflows
- .travis.scripts
- bin
- scripts
- centos
- ldap
- freebsd
- presets
- travis
- replica_sets
- sharded_clusters
- standalone
- ssl
- ubuntu
- ldap
- vmware
- windows
- src/BSON
- tests
- connect
- replicaset
- server
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+298
-22465
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | - | ||
70 | - | ||
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
0 commit comments