SERVER-122734 Fix ticket reference in TODO (#50762)
GitOrigin-RevId: 541531dacb517d22fc0fb93cb6e57f613baecfae
This commit is contained in:
parent
ea31348629
commit
79e46694ee
@ -75,7 +75,7 @@ for (let entry of res.cursor.firstBatch) {
|
||||
assert(collName.startsWith("recovered") || collName == importantCollName);
|
||||
|
||||
// Assert _id index has been successfully created.
|
||||
// TODO(SERVER-121765): Remove this check when replicated fast count no longer uses collections.
|
||||
// TODO(SERVER-122306): Remove this check when replicated fast count no longer uses collections.
|
||||
if (!FeatureFlagUtil.isPresentAndEnabled(mongod, "featureFlagReplicatedFastCount")) {
|
||||
assert("idIndex" in entry);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user