Skip to content

Commit 898d373

Browse files
committed
comment for topology reasoning
1 parent 176d053 commit 898d373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/change-streams/change_stream.test.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,9 @@ describe('Change Streams', function () {
17421742
.runOnRequirement({
17431743
minServerVersion: '4.0.0',
17441744
auth: true,
1745+
// Running on replicaset because other topologies are finiky with the cluster-wide events
1746+
// Dropping and renaming and creating collections in order to achieve a clean slate isn't worth the goal of these tests
1747+
// We just want to show that the new ChangeStreamDocument type information can reproduced in a real env
17451748
topologies: ['replicaset']
17461749
})
17471750
.createEntities([

0 commit comments

Comments
 (0)