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

Compact can cause test timeout in the config_fuzzer test suite

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0, 6.0.7
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • v6.0
    • Execution Team 2022-10-03
    • 10

      The config_fuzzer part of the variant makes checkpoints slow:

      if (gWiredTigerStressConfig) {
      ss << "timing_stress_for_test=[history_store_checkpoint_delay,checkpoint_slow],";
      }

      Each checkpoint might be around 30 seconds because of this and a single compact can perform 10-20 checkpoints. Since evergreen has a max execution of 1h 20m before it times out, compact should be prohibited from running in the suite

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            haley.connelly@mongodb.com Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: