[SERVER-75327] Resmoke mongodSetParameters replaces empty string with "None" Created: 27/Mar/23  Updated: 27/Oct/23  Resolved: 27/Mar/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Gregory Noma Assignee: [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
Resolution: Works as Designed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Assigned Teams:
Server Development Platform
Operating System: ALL
Steps To Reproduce:

buildscripts/resmoke.py run --mongodSetParameters="{storageEngineConcurrencyAdjustmentAlgorithm: ""}" <suite/test>

Participants:

 Description   

When running resmoke.py with the mongodSetParameters option, if the value you set a parameter to is "", the value that ends up getting passed to the server is instead "None".



 Comments   
Comment by Gregory Noma [ 27/Mar/23 ]

Turns out this was own mistake; I was using double quotes for both the mongodSetParameters and the storageEngineConcurrencyAdjustmentAlgorithm so it was effectively using

storageEngineConcurrencyAdjustmentAlgorithm:

which is none

Generated at Thu Feb 08 06:29:54 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.