Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-93593 Add storex related parameters to the runtime config fuzzer
  3. SERVER-95235

Make fuzzing a config at runtime and/or startup a property of the parameter in config_fuzzer_limits.py

    • Type: Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2024-09-30, Execution Team 2024-10-14
    • 0

      Currently, we declare two separate dictionaries for the runtime-config fuzzer and the startup-config fuzzer.

      If we have a parameter that we want to fuzz at runtime and during startup, this will involve having to add the parameter's information to both the runtime config fuzzer dictionary and the startup config fuzzer dictionary. This will lead to requiring people to change the fuzzer limits for the same parameter in two different areas if we want the parameter to be fuzzed at runtime and startup.

      This ticket will make it so that we add a property "fuzz_at" which will be a list that can contain "startup" and/or "runtime" and to delete the separate runtime config fuzzer dictionary. 

            Assignee:
            stephanie.eristoff@mongodb.com Stephanie Eristoff
            Reporter:
            stephanie.eristoff@mongodb.com Stephanie Eristoff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: