-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
33
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.