Description
Identical code for different branches
The condition is redundant The same code is executed regardless of the condition
/src/mongo/db/pipeline/pipeline_test.cpp:79: IDENTICAL_BRANCHES 120211 Ternary expression on condition "mongo::feature_flags::gFeatureFlagChangeStreamsOptimization.isEnabledAndIgnoreFCV()" has identical then and else expressions: "6". Should one of the expressions be modified, or the entire ternary expression replaced?