Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
QE 2022-04-04, QE 2022-04-18
-
35
Description
This issue happens when featureFlagSBELookupPushdown is turned on.
error message:
149 [js_test:profile_lookup] assert: [3] != [1] are not equal
|
150 [js_test:profile_lookup] doassert@src/mongo/shell/assert.js:20:14
|
151 [js_test:profile_lookup] assert.eq@src/mongo/shell/assert.js:179:17
|
152 [js_test:profile_lookup] @jstests/aggregation/sources/lookup/profile_lookup.js:37:8
|
153 [js_test:profile_lookup] @jstests/aggregation/sources/lookup/profile_lookup.js:40:2
|
We get a different failure for the following test.
buildscripts/resmoke.py run --suites=aggregation_facet_unwind_passthrough --mongodSetParameters="{featureFlagSBELookupPushdown: true}" jstests/aggregation/sources/lookup/profile_lookup.js
|
…
|
[js_test:profile_lookup] assert: [3] != [4] are not equal
|
[js_test:profile_lookup] doassert@src/mongo/shell/assert.js:20:14
|
[js_test:profile_lookup] assert.eq@src/mongo/shell/assert.js:179:17
|
[js_test:profile_lookup] @jstests/aggregation/sources/lookup/profile_lookup.js:37:8
|
[js_test:profile_lookup] @jstests/aggregation/sources/lookup/profile_lookup.js:40:2
|