Skip to content

Commit e487cb5

Browse files
Fix change streams spec
1 parent 4617dda commit e487cb5

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

spec/spec_tests/data/change_streams_unified/change-streams-clusterTime.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
description: "change-streams-clusterTime"
22
schemaVersion: "1.4"
3-
runOnRequirements:
4-
# TODO(DRIVERS-2323): Run all possible tests against sharded clusters once we know the
5-
# cause of unexpected command monitoring events.
63
- topologies: [ replicaset ]
74
createEntities:
85
- client:
@@ -19,7 +16,9 @@ createEntities:
1916

2017
runOnRequirements:
2118
- minServerVersion: "4.0.0"
22-
topologies: [ replicaset, load-balanced, sharded ]
19+
# TODO(DRIVERS-2323): Run all possible tests against sharded clusters once we know the
20+
# cause of unexpected command monitoring events.
21+
topologies: [ replicaset ]
2322
serverless: forbid
2423

2524
initialData:

spec/spec_tests/data/change_streams_unified/change-streams-disambiguatedPaths.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
description: "disambiguatedPaths"
22
schemaVersion: "1.4"
3-
runOnRequirements:
4-
# TODO(DRIVERS-2323): Run all possible tests against sharded clusters once we know the
5-
# cause of unexpected command monitoring events.
6-
- topologies: [ replicaset ]
73
createEntities:
84
- client:
95
id: &client0 client0
@@ -19,7 +15,9 @@ createEntities:
1915

2016
runOnRequirements:
2117
- minServerVersion: "6.1.0"
22-
topologies: [ replicaset, load-balanced, sharded ]
18+
# TODO(DRIVERS-2323): Run all possible tests against sharded clusters once we know the
19+
# cause of unexpected command monitoring events.
20+
topologies: [ replicaset ]
2321
serverless: forbid
2422

2523
initialData:

0 commit comments

Comments
 (0)