We need to create two new suites and enable them in Evergreen to test the SBE engine. The suite are:
- core_sbe
- aggregation_sbe
They should be configured to run mongod with --setParameter internalQueryEnableSlotBasedExecutionEngine=true.
Given that the SBE engine is in the early stage of the development, it may not support all feature used in these suites. Hence, all tests must be excluded by default and only those which pass should be explicitly included. We will enable more tests as we go on and resolve a particular group of failures and implement an unsupported feature.
- split to
-
SERVER-51203 More find subsystem tests for better SBE coverage
- Closed