[SERVER-31276] Ensure change_streams_mongos_passthrough is running in evergreen Created: 26/Sep/17  Updated: 30/Oct/23  Resolved: 17/Oct/17

Status: Closed
Project: Core Server
Component/s: Aggregation Framework, Testing Infrastructure
Affects Version/s: None
Fix Version/s: 3.5.13

Type: Task Priority: Major - P3
Reporter: Charlie Swanson Assignee: Siyuan Zhou
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on SERVER-31134 Adapt change stream tests to relax as... Closed
Related
is related to SERVER-29142 Add sharding support for targeting a ... Closed
Backwards Compatibility: Fully Compatible
Sprint: Repl 2017-10-02, Repl 2017-10-23
Participants:

 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.



 Comments   
Comment by Charlie Swanson [ 27/Sep/17 ]

Discovered some dependencies on changes to the assertions in the tests that will be addressed as part of SERVER-31134, moving this back into 'to do', waiting for that ticket.

Comment by Charlie Swanson [ 26/Sep/17 ]

spencer I marked this as 3.6 required as my guess - but feel free to adjust.

Generated at Thu Feb 08 04:26:31 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.