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

Ensure change_streams_mongos_passthrough is running in evergreen

    XMLWordPrintableJSON

Details

    • Fully Compatible
    • Repl 2017-10-02, Repl 2017-10-23

    Description

      When we added the new passthrough suite, there was a typo in the etc/evergreen.yml:

      etc/evergreen.yml

      2657
      - <<: *task_template
      2658
        name: change_streams_WT
      2659
        commands:
      2660
        - func: "do setup"
      2661
        - func: "run tests"
      2662
          vars:
      2663
            resmoke_args: --suites=change_streams --storageEngine=wiredTiger
      2664
            run_multiple_jobs: true
      2665
       
      2666
      - <<: *task_template
      2667
        name: change_streams_mongos_passthrough_WT
      2668
        commands:
      2669
        - func: "do setup"
      2670
        - func: "run tests"
      2671
          vars:
      2672
            resmoke_args: --suites=change_streams --storageEngine=wiredTiger
      2673
            run_multiple_jobs: true
      2674
      
      

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: