[SERVER-54309] [SBE] Wrong number of documents returned in jstests/aggregation/bugs/match.js Created: 04/Feb/21  Updated: 12/Feb/21  Resolved: 12/Feb/21

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Anton Korshunov Assignee: Nikita Lapkov (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates SERVER-54421 [SBE] Fix tests failing to match a do... Closed
Operating System: ALL
Steps To Reproduce:

resmoke run --suite=aggregation_sbe jstests/aggregation/bugs/match.js

Sprint: Query Execution 2021-02-22
Participants:

 Comments   
Comment by Nikita Lapkov (Inactive) [ 12/Feb/21 ]

The test fails on this assertion. Document {_id: 0} does not match a predicate {a: null}, which is the same problem martin.neupauer investigates in SERVER-54421.

If we are to comment this test case, the test fails for another reason: Index scans with a filter are not supported in SBE. This is not a correctness bug and we will route such queries through the classic engine once SERVER-51823 is merged.

If we are to comment test cases which use index scans with filter, tests passes. I think it makes sense to mark this ticket as a duplicate to SERVER-54421 since it is caused by the same problem.

Generated at Thu Feb 08 05:33:11 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.