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

WT command breaking config listing

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.6.0
    • Affects Version/s: None
    • Component/s: None
    • None

      Running test_util02.py (or several other tests) fails on the encryption-api branch with:

      test_util02.test_util02.test_load_process(SS), session.create: unknown configuration key: 'keyname'
      

      It took a while to understand that util_load.c:config_update() is breaking the incoming config string of "encryption=(keyid=,name=)". It is converting it into "encryption=(keyname=)". This is due to "id" being part of the 'rmnames' list of strings.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: