Skip to content

Commit 0feee3a

Browse files
1 parent 7fc62fa commit 0feee3a

15 files changed

+21
-20
lines changed

spec/spec_tests/data/change_streams_unified/change-streams-clusterTime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ createEntities:
1515

1616
runOnRequirements:
1717
- minServerVersion: "4.0.0"
18-
topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
18+
topologies: [ replicaset, load-balanced, sharded ]
1919
serverless: forbid
2020

2121
initialData:

spec/spec_tests/data/change_streams_unified/change-streams-disambiguatedPaths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ createEntities:
1515

1616
runOnRequirements:
1717
- minServerVersion: "6.1.0"
18-
topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
18+
topologies: [ replicaset, load-balanced, sharded ]
1919
serverless: forbid
2020

2121
initialData:

spec/spec_tests/data/change_streams_unified/change-streams-errors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tests:
7474
- description: Change Stream should error when _id is projected out
7575
runOnRequirements:
7676
- minServerVersion: "4.1.11"
77-
topologies: [ replicaset, sharded-replicaset, load-balanced ]
77+
topologies: [ replicaset, sharded, load-balanced ]
7878
operations:
7979
- name: createChangeStream
8080
object: *collection0
@@ -93,7 +93,7 @@ tests:
9393
- description: change stream errors on ElectionInProgress
9494
runOnRequirements:
9595
- minServerVersion: "4.2"
96-
topologies: [ replicaset, sharded-replicaset, load-balanced ]
96+
topologies: [ replicaset, sharded, load-balanced ]
9797
operations:
9898
- name: failPoint
9999
object: testRunner

spec/spec_tests/data/change_streams_unified/change-streams-pre_and_post_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion: "1.4"
44

55
runOnRequirements:
66
- minServerVersion: "6.0.0"
7-
topologies: [ replicaset, sharded-replicaset, load-balanced ]
7+
topologies: [ replicaset, sharded, load-balanced ]
88
serverless: forbid
99

1010
createEntities:

spec/spec_tests/data/change_streams_unified/change-streams-resume-allowlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion: "1.7"
55

66
runOnRequirements:
77
- minServerVersion: "3.6"
8-
topologies: [ replicaset, sharded-replicaset, load-balanced ]
8+
topologies: [ replicaset, sharded, load-balanced ]
99
serverless: forbid
1010

1111
createEntities:

spec/spec_tests/data/change_streams_unified/change-streams-resume-errorLabels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion: "1.7"
55

66
runOnRequirements:
77
- minServerVersion: "4.3.1"
8-
topologies: [ replicaset, sharded-replicaset, load-balanced ]
8+
topologies: [ replicaset, sharded, load-balanced ]
99
serverless: forbid
1010

1111
createEntities:

spec/spec_tests/data/change_streams_unified/change-streams-showExpandedEvents.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: "change-streams-showExpandedEvents"
22
schemaVersion: "1.7"
33
runOnRequirements:
44
- minServerVersion: "6.0.0"
5-
topologies: [ replicaset, sharded-replicaset, sharded ]
5+
topologies: [ replicaset, sharded ]
66
serverless: forbid
77
createEntities:
88
- client:
@@ -276,7 +276,8 @@ tests:
276276

277277
- description: "when showExpandedEvents is true, shardCollection events are reported"
278278
runOnRequirements:
279-
- topologies: [ sharded-replicaset, sharded ]
279+
# Note: minServerVersion is specified in top-level runOnRequirements
280+
- topologies: [ sharded ]
280281
operations:
281282
- name: dropCollection
282283
object: *shardedDb

spec/spec_tests/data/retryable_writes/unified/bulkWrite-serverErrors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tests:
3333
- minServerVersion: "4.0"
3434
topologies: [ replicaset ]
3535
- minServerVersion: "4.1.7"
36-
topologies: [ sharded-replicaset ]
36+
topologies: [ sharded ]
3737
operations:
3838
- name: failPoint
3939
object: testRunner

spec/spec_tests/data/retryable_writes/unified/insertOne-serverErrors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tests:
3333
- minServerVersion: "4.0"
3434
topologies: [ replicaset ]
3535
- minServerVersion: "4.1.7"
36-
topologies: [ sharded-replicaset ]
36+
topologies: [ sharded ]
3737
operations:
3838
- name: failPoint
3939
object: testRunner

spec/spec_tests/data/sessions_unified/snapshot-sessions-unsupported-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion: "1.0"
44

55
runOnRequirements:
66
- minServerVersion: "5.0"
7-
topologies: [replicaset, sharded-replicaset]
7+
topologies: [replicaset, sharded]
88

99
createEntities:
1010
- client:

spec/spec_tests/data/sessions_unified/snapshot-sessions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion: "1.0"
44

55
runOnRequirements:
66
- minServerVersion: "5.0"
7-
topologies: [replicaset, sharded-replicaset]
7+
topologies: [replicaset, sharded]
88

99
createEntities:
1010
- client:

spec/spec_tests/data/transactions_unified/mongos-unpin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion: '1.4'
44

55
runOnRequirements:
66
- minServerVersion: '4.2'
7-
topologies: [ sharded-replicaset ]
7+
topologies: [ sharded ]
88

99
createEntities:
1010
- client:

spec/spec_tests/data/versioned_api/crud-api-version-1-strict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ tests:
231231
- description: "estimatedDocumentCount appends declared API version"
232232
# See: https://jira.mongodb.org/browse/SERVER-63850
233233
runOnRequirements:
234-
- minServerVersion: "5.0.8"
234+
- minServerVersion: "5.0.9"
235235
maxServerVersion: "5.0.99"
236236
- minServerVersion: "5.3.2"
237237
operations:

spec/spec_tests/data/versioned_api/crud-api-version-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tests:
225225
- description: "estimatedDocumentCount appends declared API version"
226226
# See: https://jira.mongodb.org/browse/SERVER-63850
227227
runOnRequirements:
228-
- minServerVersion: "5.0.8"
228+
- minServerVersion: "5.0.9"
229229
maxServerVersion: "5.0.99"
230230
- minServerVersion: "5.3.2"
231231
operations:

spec/spec_tests/data/versioned_api/transaction-handling.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: "Transaction handling"
22

3-
schemaVersion: "1.1"
3+
schemaVersion: "1.3"
44

55
runOnRequirements:
66
- minServerVersion: "4.9"
7-
topologies: [ replicaset, sharded-replicaset ]
7+
topologies: [ replicaset, sharded, load-balanced ]
88

99
createEntities:
1010
- client:
@@ -46,7 +46,7 @@ initialData:
4646
tests:
4747
- description: "All commands in a transaction declare an API version"
4848
runOnRequirements:
49-
- topologies: [ replicaset, sharded-replicaset ]
49+
- topologies: [ replicaset, sharded, load-balanced ]
5050
operations:
5151
- name: startTransaction
5252
object: *session
@@ -87,7 +87,7 @@ tests:
8787
<<: *expectedApiVersion
8888
- description: "abortTransaction includes an API version"
8989
runOnRequirements:
90-
- topologies: [ replicaset, sharded-replicaset ]
90+
- topologies: [ replicaset, sharded, load-balanced ]
9191
operations:
9292
- name: startTransaction
9393
object: *session

0 commit comments

Comments
 (0)