@@ -1103,6 +1103,7 @@ functions:
1103
1103
PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
1104
1104
MONGODB_URI : ${MONGODB_URI}
1105
1105
DRIVERS_TOOLS : ${DRIVERS_TOOLS}
1106
+ MONGODB_CLIENT_OPTIONS : ${MONGODB_CLIENT_OPTIONS}
1106
1107
binary : bash
1107
1108
args :
1108
1109
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
@@ -1168,6 +1169,50 @@ tasks:
1168
1169
params :
1169
1170
file : src/results.json
1170
1171
1172
+ - name : run-spec-benchmark-tests-node-server-timeoutMS-120000
1173
+ tags :
1174
+ - run-spec-benchmark-tests
1175
+ - performance
1176
+ exec_timeout_secs : 3600
1177
+ commands :
1178
+ - command : expansions.update
1179
+ type : setup
1180
+ params :
1181
+ updates :
1182
+ - { key: NODE_LTS_VERSION, value: v22.11.0 }
1183
+ - { key: VERSION, value: v6.0-perf }
1184
+ - { key: TOPOLOGY, value: server }
1185
+ - { key: AUTH, value: noauth }
1186
+ - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 120000}' }
1187
+ - func : install dependencies
1188
+ - func : bootstrap mongo-orchestration
1189
+ - func : run spec driver benchmarks
1190
+ - command : perf.send
1191
+ params :
1192
+ file : src/results.json
1193
+
1194
+ - name : run-spec-benchmark-tests-node-server-timeoutMS-0
1195
+ tags :
1196
+ - run-spec-benchmark-tests
1197
+ - performance
1198
+ exec_timeout_secs : 3600
1199
+ commands :
1200
+ - command : expansions.update
1201
+ type : setup
1202
+ params :
1203
+ updates :
1204
+ - { key: NODE_LTS_VERSION, value: v22.11.0 }
1205
+ - { key: VERSION, value: v6.0-perf }
1206
+ - { key: TOPOLOGY, value: server }
1207
+ - { key: AUTH, value: noauth }
1208
+ - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 0}' }
1209
+ - func : install dependencies
1210
+ - func : bootstrap mongo-orchestration
1211
+ - func : run spec driver benchmarks
1212
+ - command : perf.send
1213
+ params :
1214
+ file : src/results.json
1215
+
1171
1216
- name : " test-gcpkms-task"
1172
1217
commands :
1173
1218
- command : expansions.update
@@ -1300,7 +1345,7 @@ tasks:
1300
1345
include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
1301
1346
args :
1302
1347
- .evergreen/run-oidc-tests-k8s.sh
1303
-
1348
+
1304
1349
- name : " oidc-auth-test-k8s-latest-aks"
1305
1350
commands :
1306
1351
- func : " install dependencies"
@@ -1736,3 +1781,5 @@ buildvariants:
1736
1781
run_on : rhel90-dbx-perf-large
1737
1782
tasks :
1738
1783
- run-spec-benchmark-tests-node-server
1784
+ - run-spec-benchmark-tests-node-server-timeoutMS-120000
1785
+ - run-spec-benchmark-tests-node-server-timeoutMS-0
0 commit comments