Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-31276

Ensure change_streams_mongos_passthrough is running in evergreen

    • 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.

            Assignee:
            siyuan.zhou@mongodb.com Siyuan Zhou
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: