Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
QE 2022-04-04, QE 2022-04-18
Description
lookup_query_stats.js fails when featureFlagSBELookupPushdown is turned on.
error messages:
buildscripts/resmoke.py run --suites=aggregation --mongodSetParameters="{featureFlagSBELookupPushdown: true}" jstests/aggregation/sources/lookup/lookup_query_stats.js[js_test:lookup_query_stats] assert: [0] != [1] are not equal : [ ]
|
[js_test:lookup_query_stats] doassert@src/mongo/shell/assert.js:20:14
|
[js_test:lookup_query_stats] assert.eq@src/mongo/shell/assert.js:179:17
|
[js_test:lookup_query_stats] checkExplainOutputForVerLevel@jstests/aggregation/sources/lookup/lookup_query_stats.js:90:12
|
[js_test:lookup_query_stats] checkExplainOutputForAllVerbosityLevels@jstests/aggregation/sources/lookup/lookup_query_stats.js:113:34
|
[js_test:lookup_query_stats] testQueryExecutorStatsWithCollectionScan@jstests/aggregation/sources/lookup/lookup_query_stats.js:150:44
|
[js_test:lookup_query_stats] @jstests/aggregation/sources/lookup/lookup_query_stats.js:197:1
|
[js_test:lookup_query_stats] @jstests/aggregation/sources/lookup/lookup_query_stats.js:199:2
|
Currently this test file is disabled. So, need to comment out this part to repro the issue.
// TODO SERVER-64576 Update test cases for the SBE $lookup feature and remove 'if' block.
|
if (checkSBEEnabled(db, ["featureFlagSBELookupPushdown"])) { |
jsTest.log("Skipping test because SBE and SBE $lookup features are both enabled."); |
return; |
}
|
Attachments
Issue Links
- is related to
-
SERVER-64575 Do not run lookup_query_stats.js for the SBE $lookup feature
-
- Closed
-