Skip to content

Commit 565fd4f

Browse files
baileympearsondurran
authored andcommitted
apply changes to spec tests from specs PR
1 parent 470c0b9 commit 565fd4f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test/spec/change-streams/unified/change-streams-disambiguatedPaths.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "disambiguatedPaths",
3-
"schemaVersion": "1.9",
3+
"schemaVersion": "1.3",
44
"createEntities": [
55
{
66
"client": {
@@ -29,7 +29,8 @@
2929
"topologies": [
3030
"replicaset",
3131
"sharded-replicaset",
32-
"load-balanced"
32+
"load-balanced",
33+
"sharded"
3334
]
3435
}
3536
],

test/spec/change-streams/unified/change-streams-disambiguatedPaths.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: "disambiguatedPaths"
2-
schemaVersion: "1.9"
2+
schemaVersion: "1.3"
33
createEntities:
44
- client:
55
id: &client0 client0
@@ -15,7 +15,7 @@ createEntities:
1515

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

2020
initialData:
2121
- collectionName: *collection0

0 commit comments

Comments
 (0)