Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is depended on by
-
SERVER-18199 WiredTiger changes for MongoDB 3.1.2
-
- Closed
-