Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
Build
-
Fully Compatible
-
ALL
-
Build and Correctness OnDeck
Description
The mongo-container release of 7.0.5 currently is failing due to several JSCore tests failing.
The known failing tests are as follows:
jstests/core/query/plan_cache/cached_plan_trial_does_not_discard_work.js
jstests/core/query/plan_cache/plan_cache_sbe_hinted.js
jstests/core/query/sbe_plan_cache_autoparameterize_ixscan.js
jstests/core/sbe/from_plan_cache_flag.js
jstests/core/sbe/plan_cache_sbe_with_or_queries.js
Example failure (jstests/core/sbe/from_plan_cache_flag.js): https://parsley.mongodb.com/evergreen/mongo_container_mongodb_7.0.5_community_ubuntu2204_amd64_test_one_arch_patch_7204573f0b645c51a64ca50a5b6e9c56dfc44414_65b83f1361837d4bb13fe2fb_24_01_30_00_13_13/0/task?bookmarks=0,240476&shareLine=240082
After investigating, the issue turned out to be that the mongo-container repo wasn't properly ignoring feature-flag-only tests. The tests above shouldn't have been running because they're gated behind "featureFlagSbeFull".
Ignore "featureFlagSbeFull" to unblock the release and see https://jira.mongodb.org/browse/SERVER-86001 for longer term solution