-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Testing Infrastructure
-
None
-
Fully Compatible
-
Repl 2017-10-02, Repl 2017-10-23
When we added the new passthrough suite, there was a typo in the etc/evergreen.yml:
etc/evergreen.yml
Unable to find source-code formatter for language: yml. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
- <<: *task_template name: change_streams_WT commands: - func: "do setup" - func: "run tests" vars: resmoke_args: --suites=change_streams --storageEngine=wiredTiger run_multiple_jobs: true - <<: *task_template name: change_streams_mongos_passthrough_WT commands: - func: "do setup" - func: "run tests" vars: resmoke_args: --suites=change_streams --storageEngine=wiredTiger run_multiple_jobs: true
That should say --suites=change_streams_mongos_passthrough.
The suite might not pass the first time, so this ticket might include more work than just fixing the typo.
- depends on
-
SERVER-31134 Adapt change stream tests to relax assertions on change visibility
- Closed
- is related to
-
SERVER-29142 Add sharding support for targeting a single shard when requesting $changeNotifications on an unsharded collection or database.
- Closed