summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_streams_primary_shard_unaware.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/change_streams_primary_shard_unaware.js')
-rw-r--r--jstests/sharding/change_streams_primary_shard_unaware.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/change_streams_primary_shard_unaware.js b/jstests/sharding/change_streams_primary_shard_unaware.js
index f4d050756df..4c7329c85e3 100644
--- a/jstests/sharding/change_streams_primary_shard_unaware.js
+++ b/jstests/sharding/change_streams_primary_shard_unaware.js
@@ -157,7 +157,7 @@
// Since neither the mongos nor the shard are aware that the collection is sharded, the change
// stream will miss the inserted document to the other shard.
- // TODO: After SERVER-31056, the expected behavior is that the change stream will correctly
+ // TODO: After SERVER-32198, the expected behavior is that the change stream will correctly
// resume since establishing the cursor on the restarted shard will trigger a refresh.
// cstMongos2.assertNextChangesEqual({
// cursor: cursorMongos2,