Creating test configuration framework using the WiredTiger configuration API

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.0, 4.9.0, 4.4.4
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-01-25, Storage - Ra 2021-02-08
    • 5

      Currently WiredTiger has an api_data.py and an api_config.py the first defines the WiredTiger API configuration which then gets turned into C by the second.

      For our stress testing framework we'd like to use the same API however we don't want to share the same api_data.py file.

      The work here is to create a test_data.py file which is read in by api_config.py and executed via s_all. It will create a test_config.c in test/cppsuite and a test_config.h (if necessary) also in test/cppsuite.

      To validate it is working as expected the existing POC cpp test should have a basic config created which changes the default db directory.

              Assignee:
              Luke Pearson
              Reporter:
              Luke Pearson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: