Skip to content

Commit

Permalink
doc: add correct minserverversion to disambiguatedPath tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 17, 2022
1 parent fccc0cf commit eee0b08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
}
}
],
"runOnRequirements": [
{
"minServerVersion": "6.1.0",
"topologies": [
"replicaset",
"sharded-replicaset",
"load-balanced"
]
}
],
"initialData": [
{
"collectionName": "collection0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: "disambiguatedPaths"
schemaVersion: "1.9" # todo - choose schema version
schemaVersion: "1.9"
createEntities:
- client:
id: &client0 client0
Expand All @@ -13,6 +13,10 @@ createEntities:
database: *database0
collectionName: *collection0

runOnRequirements:
- minServerVersion: "6.1.0"
topologies: [ replicaset, sharded-replicaset, load-balanced ]

initialData:
- collectionName: *collection0
databaseName: *database0
Expand Down

0 comments on commit eee0b08

Please sign in to comment.