Skip to content

Commit

Permalink
update spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Mar 25, 2024
1 parent 2c3579d commit 7108636
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "loadbalanced-emit-topology-description-changed-before-close",
"schemaVersion": "1.16",
"schemaVersion": "1.19",
"runOnRequirements": [
{
"topologies": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"previousDescription": {
"type": "Unknown"
},
"currentDescription": {}
"newDescription": {}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: "loadbalanced-emit-topology-description-changed-before-close"

schemaVersion: "1.16"
schemaVersion: "1.19"

runOnRequirements:
- topologies:
Expand Down Expand Up @@ -39,7 +39,7 @@ tests:
- topologyDescriptionChangedEvent: # unknown -> unknown w disconnected server
previousDescription:
type: "Unknown"
currentDescription: {}
newDescription: {}
- topologyDescriptionChangedEvent: # unknown w disconnected server -> loadBalanced
newDescription:
type: "LoadBalanced"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "replicaset-emit-topology-description-changed-before-close",
"schemaVersion": "1.16",
"schemaVersion": "1.19",
"runOnRequirements": [
{
"topologies": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: "replicaset-emit-topology-description-changed-before-close"

schemaVersion: "1.16"
schemaVersion: "1.19"

runOnRequirements:
- topologies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "sharded-emit-topology-description-changed-before-close",
"schemaVersion": "1.16",
"schemaVersion": "1.19",
"runOnRequirements": [
{
"topologies": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: "sharded-emit-topology-description-changed-before-close"

schemaVersion: "1.16"
schemaVersion: "1.19"

runOnRequirements:
- topologies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "standalone-emit-topology-description-changed-before-close",
"schemaVersion": "1.16",
"schemaVersion": "1.19",
"runOnRequirements": [
{
"topologies": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: "standalone-emit-topology-description-changed-before-close"

schemaVersion: "1.16"
schemaVersion: "1.19"

runOnRequirements:
- topologies:
Expand Down

0 comments on commit 7108636

Please sign in to comment.