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

Refactor of database validation in the test framework

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 4.4.7, 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • Storage - Ra 2021-05-17

      In this ticket we need to rethink how we're currently doing the data model and try to remove any knowledge of keys in memory except during verification. For workloads that require knowledge of keys, they should search for the key.

      To get a random key there are two possibilities:

      • We could use a random cursor here
      • Or given our current key generation model we should know what the min and max key is and can simply use a random linear distribution and generate a valid key. (this could be faster than random cursors?)

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: