-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2022-10-03
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The TimeSeriesSort perf test creates an index on meta, time but since SERVER-66689 this index already exists when a time series collection is created and the TimeseriesScalabilityImprovements feature flag is on. When the test is run we now get an error due to the duplicate indexes. We should edit this test to only create this index if it doesn't exist already.
We should also verify that the plans for each query are correct after this change (or really if there's a way to assert something about a query plan in Genny that would be ideal)