|
338cdd0 for SPEC-1203 introduces a new top-level runOn field in spec tests. This syntax replaces the original min/maxServerVersion top-level fields and allows a test file to define one or more combinations of version/topology requirements.
Additionally, this change introduces a test-level useMultipleMongoses field to the retryable write tests, which was previously introduced in the transactions spec tests. By default, most retryable write tests run against a sharded cluster will need to use a URI with only a single mongos.
See commit and test README changelog for details.
|