0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-96979 Complete TODO listed in SERVER-95264 (#29296)

GitOrigin-RevId: 82e51d67859b8499a892f046299c28f5f230c490
This commit is contained in:
Victor Ghita 2024-11-27 11:47:33 +00:00 committed by MongoDB Bot
parent 9894751936
commit f69d7432d6

View File

@ -310,7 +310,7 @@ QuerySettingsIndexHintsTests.prototype.assertIndexScanStage = function(cmd, expe
QuerySettingsUtils.prototype.assertQueryFramework = function({query, settings, expectedEngine}) {
// Find commands and aggregations which don't match the constraints from SERVER-88211 are
// not eligible for SBE on timeseries collections.
// TODO SERVER-95264 Extend the support for SBE Pushdowns for time series queries.
// TODO SERVER-92864 Remove this exclusion when timeseries queries support running in SBE.
if (query["find"] || (expectedEngine === "sbe" && !checkSbeFullFeatureFlagEnabled(db))) {
jsTestLog(
"Skipping assertions because sbe conditions for timeseries collections are not met.");