[SERVER-41562] Add new Evergreen task for the query fuzzer Created: 06/Jun/19  Updated: 29/Oct/23  Resolved: 10/Jun/19

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 4.3.1

Type: Task Priority: Major - P3
Reporter: Max Hirschhorn Assignee: Claire Childs (Inactive)
Resolution: Fixed Votes: 0
Labels: tig-evgconfig
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Related
related to SERVER-42136 Add new Evergreen task for sharded cl... Closed
Backwards Compatibility: Fully Compatible
Sprint: STM 2019-06-17
Participants:
Story Points: 1

 Description   

The following YAML blob is modeled off of what we do for the aggregation_wildcard_fuzzer_gen task. The "generate fuzzer tasks" function uses the generate.tasks command to create separate Evergreen tasks for actually running the fuzzer so that we can take advantage of using multiple Evergreen hosts. The main difference compared to the aggregation and rollback fuzzers is that we'll use npm run query-fuzzer as the entry point.

## Standalone fuzzer for checking find and aggregate equivalence ##
- <<: *jstestfuzz_template
  name: query_fuzzer_gen
  tags: ["query_fuzzer"]
  commands:
  - func: "generate fuzzer tasks"
    vars:
      <<: *jstestfuzz_config_vars
      num_files: 5
      num_tasks: 10
      npm_command: query-fuzzer
      resmoke_args: --suites=generational_fuzzer
      name: query_fuzzer

The ".query_fuzzer" task selector (aka tag) should be added to the following build variants:

  • enterprise-rhel-62-64-bit
  • enterprise-rhel-62-64-bit-coverage
  • macos
  • ubuntu1804-debug-asan
  • ubuntu1804-debug-ubsan
  • windows-64-2k8-ssl


 Comments   
Comment by Githook User [ 11/Jun/19 ]

Author:

{'name': 'Claire Childs', 'email': 'claire.childs@Claires-MacBook-Pro.local'}

Message: SERVER-41562 Add new Evergreen task for the query fuzzer
Branch: master
https://github.com/mongodb/mongo/commit/38d00f12ec33b6c646ed50cac7b129d2a1566321

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