-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
RSS Sydney
-
RSS Sydney - 2024-06-11, RSS Sydney - 2024-06-25, RSS Sydney - 2024-07-09, RSS Sydney - 2024-07-23, RSS Sydney - 2024-08-06
In SERVER-90874 we want to support fuzzing the directoryPerDb and WiredtigerDirectoryForIndexes options.
Unlike the current fuzzed mongodb options, those cannot be specified via `–set_parameter` as they are declared as `configs` not `server_parameters` in their IDLs (or specifically, the server_parameter is declared `readonly` and is overwritten by the config value).
- depends on
-
SERVER-92894 Prevent MongoRunner.runMongod invocations in a fuzzed context
- Closed
- is depended on by
-
SERVER-90874 Add directoryPerDb and wiredTigerDirectoryForIndexes to the config fuzzer
- Needs Merge