Skip to content

Commit a065cfb

Browse files
doc: add correct minserverversion to disambiguatedPath tests
1 parent ad681e7 commit a065cfb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
}
2424
}
2525
],
26+
"runOnRequirements": [
27+
{
28+
"minServerVersion": "6.1.0",
29+
"topologies": [
30+
"replicaset",
31+
"sharded-replicaset",
32+
"load-balanced"
33+
]
34+
}
35+
],
2636
"initialData": [
2737
{
2838
"collectionName": "collection0",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: "disambiguatedPaths"
2-
schemaVersion: "1.9" # todo - choose schema version
2+
schemaVersion: "1.9"
33
createEntities:
44
- client:
55
id: &client0 client0
@@ -13,6 +13,10 @@ createEntities:
1313
database: *database0
1414
collectionName: *collection0
1515

16+
runOnRequirements:
17+
- minServerVersion: "6.1.0"
18+
topologies: [ replicaset, sharded-replicaset, load-balanced ]
19+
1620
initialData:
1721
- collectionName: *collection0
1822
databaseName: *database0

0 commit comments

Comments
 (0)