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

Separating out the validation portion from the database model

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 4.4.8, 5.0.2, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • Storage - Ra 2021-06-28, Storage - Ra 2021-07-12

      The database model is a class "database" which contains a map of collection_ids to "collection"s we should split out the keys and values held in those collections to a separate location for usage in the validation stage of the test.

      This will allow us to replace the mutex with an atomic and remove the mutex from the collection class.

      Having them in the same location has caused some confusion, it also appears that we can remove a redundant map from the model, either keys or values.

            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: