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

Add new Evergreen task for sharded cluster version of the query fuzzer

    • Fully Compatible
    • STM 2019-09-23, STM 2019-10-03
    • 1

      • The existing query_fuzzer_gen task should be updated to have jstestfuzz_vars: --diffTestingMode standalone specified.
      • A new query_fuzzer_sharded_gen task should be added that runs npm run query-fuzzer -- --diffTestingMode sharded. Note that because we'll tag it with "query_fuzzer" there shouldn't be a need to update the task lists for any build variants explicitly.
      ## jstestfuzz sharded cluster fuzzer for checking find and aggregate equivalence ##
      - <<: *jstestfuzz_template
        name: query_fuzzer_sharded_gen
        tags: ["query_fuzzer"]
        commands: 
        - func: "generate fuzzer tasks"
          vars: 
            <<: *jstestfuzz_config_vars
            num_files: 5
            num_tasks: 10
            jstestfuzz_vars: --diffTestingMode sharded
            npm_command: query-fuzzer
            resmoke_args: --suites=generational_fuzzer
            name: query_fuzzer_sharded
      

            Assignee:
            vlad.rachev@mongodb.com Vlad Rachev (Inactive)
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: