Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 3, 2024
1 parent dcce326 commit cca2ca7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/client-side-operations-timeout/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ error occurs.

### 6. GridFS - Upload

Tests in this section MUST only be run against server versions 4.4 and higher.
Drivers SHOULD apply [useMultipleMongoses=false](source/unified-test-format/unified-test-format.md#entity)
as described in the unified test format when testing on sharded clusters to ensure failpoint are hit by only using one mongos.
Tests in this section MUST only be run against server versions 4.4 and higher. Drivers SHOULD apply
[useMultipleMongoses=false](../../unified-test-format/unified-test-format.md#entity) as described in the unified test
format when testing on sharded clusters to ensure failpoint are hit by only using one mongos.

#### uploads via openUploadStream can be timed out

Expand Down Expand Up @@ -389,9 +389,9 @@ This test only applies to drivers that provide an API to abort a GridFS upload s

### 7. GridFS - Download

This test MUST only be run against server versions 4.4 and higher.
Drivers SHOULD apply [useMultipleMongoses=false](source/unified-test-format/unified-test-format.md#entity)
as described in the unified test format when testing on sharded clusters to ensure failpoint are hit by only using one mongos.
This test MUST only be run against server versions 4.4 and higher. Drivers SHOULD apply
[useMultipleMongoses=false](../../unified-test-format/unified-test-format.md#entity) as described in the unified test
format when testing on sharded clusters to ensure failpoint are hit by only using one mongos.

1. Using `internalClient`, drop and re-create the `db.fs.files` and `db.fs.chunks` collections.

Expand Down

0 comments on commit cca2ca7

Please sign in to comment.