I am hitting the below error when I am executing the test. Any help would be appreciated.
mongo-perf (master) $ python3 benchrun.py -f testcases/simple_insert.js -t 1 2 4
MongoDB shell version v5.0.9
connecting to: mongodb://localhost:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("878b677f-fbeb-425d-a1b4-9add2ac31d6d") }
MongoDB server version: 5.0.9
db version: 5.0.9
6f7dae919422dcd7f4892c10ff20cdc721ad00e6
load('util/utils.js');
load('util/docGenerators.js');
load('testcases/simple_insert.js');
mongoPerfRunTests([1, 2, 4], 1, 1, 5, 1, "%", [], 0, {"writeConcern": {"j": "false"}, "writeCmdMode": "true", "readCmdMode": "false"}, false, false, false, {"traceOnly": false});
Error: __init__() got an unexpected keyword argument 'text'
I am hitting the below error when I am executing the test. Any help would be appreciated.