Commit 0276f63
authored
GridFS download test reenablement (#1991)
Re-enable GridFS download timeout test with spec test transform mechanism
Re-enable the "timeoutMS applied to entire download, not individual parts"
GridFS spec test that was previously skipped in CI.
- Add a TestTransformer mechanism to UnifiedTestModifications, allowing spec
test data (entities and definition) to be mutated before execution, with a
mandatory reason string logged for each transformation.
- Apply a transform for this test: bump timeoutMS from 75 to 250 and
blockTimeMS from 50 to 200 to avoid CI latency failures (150ms margin).
- Rename misleading variables in UnifiedTestModifications
(dir/file/test -> directory/fileDescription/testDescription) to clarify
that 'file' refers to the spec file's description field, not the filename.
JAVA-58391 parent 503c4ca commit 0276f63
2 files changed
Lines changed: 210 additions & 60 deletions
File tree
- driver-sync/src/test/functional/com/mongodb/client/unified
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
269 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
270 | 275 | | |
| 276 | + | |
271 | 277 | | |
272 | 278 | | |
273 | 279 | | |
| |||
334 | 340 | | |
335 | 341 | | |
336 | 342 | | |
| 343 | + | |
337 | 344 | | |
338 | 345 | | |
339 | 346 | | |
| |||
345 | 352 | | |
346 | 353 | | |
347 | 354 | | |
348 | | - | |
| 355 | + | |
349 | 356 | | |
350 | 357 | | |
351 | 358 | | |
| |||
356 | 363 | | |
357 | 364 | | |
358 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
359 | 369 | | |
360 | 370 | | |
361 | 371 | | |
| |||
0 commit comments