|
As part of the work on SERVER-54743, the ‘sbe_incompatible’ tag has been removed from a number of timeseries tests. However, these tests currently don’t run in the SBE build variant because the timeseries collection feature flag is not enabled, so all of the tests will stop running due to early returns like the following. As such, I think this task should investigate enabling the timeseries flag for the SBE build variant and verify that the following tests pass:
- jstests/noPassthrough/hybrid_index_timeseries.js
- jstests/noPassthrough/resumable_timeseries_index_build_collection_scan_phase.js
- jstests/noPassthrough/timeseries_collStats.js
- jstests/noPassthrough/timeseries_downgrade_fcv.js
- jstests/noPassthrough/timeseries_insert_invalid_timefield.js
- jstests/noPassthrough/timeseries_insert_ordered_false.js
- jstests/noPassthrough/timeseries_insert_ordered_true.js
- jstests/noPassthrough/timeseries_retry_writes.js
- jstests/noPassthrough/timeseries_serverStatus.js
- jstests/noPassthrough/timeseries_server_parameters.js
- jstests/noPassthrough/timeseries_startup.js
- jstests/noPassthrough/timeseries_ttl.js
- jstests/noPassthrough/timeseries_write_concern.js
|