Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7308

Update the configuration definition of the test framework to be more structured

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.5, 4.9.0-rc1, 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 5
    • Storage - Ra 2021-03-22

      The work here is to define each components configuration as a sub_config of the test_config.
      i.e.

      test_config = [
          Config('workload_generator', '', '''
          Configuration for workload generator component''',
          type='category', subconfig=workload_generator),
          Config('runtime_monitor', '', '''
          Configuration for runtime monitor component''',
          type='category', subconfig=runtime_monitor)
      ]
      

      This should be done for all components that are sub components of the test object and additionally cleanup any other configurations where it makes sense.

            Assignee:
            luke.pearson@mongodb.com Luke Pearson
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: