Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
33
Description
In the test from the linked BF, we rely on a failpoint to be hit mid-way through a $lookup. The test failed because some earlier query matched the same namespace/command that the failpoint was specified with, so the failpoint was hit before the $lookup even started. Allowing the failpoint to match on command comment in addition to namespace/command helps us more precisely use the failpoint.