-
Type:
Engineering Test
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In the current implementation, we may or may not support time-series collection properly. For example, in re-parsing UpdateCmdShape, the ParsedUpdate takes in CollectionPrt::null and its isTimeseriesRequest is always false. This may be fine in serializtion the query shape / query stats key. But we need testing to ensure that is true.
Further, insertions on time-series are translated into updates. We do not want them recorded as updates in query stats. When necessary, we may ignore recording those TS inserts in this project.
Actions
- Create a jstest to ensure we support timeseries properly. We can refer to viewless_timeseries.js