-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
There's a typo in the topologies field in snapshot-sessions-not-supported-server-error.json:
"topologies": [ "replicaset, sharded-replicaset" ]
Should be:
"topologies": [ "replicaset", "sharded-replicaset" ]
We should also update the unified runner to error on unknown "topologies".