-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: mongorestore
-
None
The current `TestRestoreTimeseriesCollections` tests restoring a time series collection with `--noIndexRestore` flag and expects 0 index in the restored collection.
After SERVER-66689, the server automatically creates a default index in time series collections on the timestamp, metadata fields.
We should check the server version and expect 1 index for server versions 6.3+ in this test.