Bug:
When performing a get from store query for log with a reduced number of elements for logCurveInfo, the server returns more elements that requested.
With minimal log header data and a reduced number of elements for the logCurveInfo. the server returns the following (note server return abridged to first log curve returned for brevity):
(Note server return abridged to first log curve returned for brevity)
Expect to get mnemonic, unit, minIndex, maxIndex, curveDescription as requested, plus also expect to get typeLogData since it's mandatory in the schema (thought not part of the request).
Epic
361 Log CRUD implementation
Bug: When performing a get from store query for log with a reduced number of elements for logCurveInfo, the server returns more elements that requested.
Execute this query:
With minimal log header data and a reduced number of elements for the logCurveInfo. the server returns the following (note server return abridged to first log curve returned for brevity):
(Note server return abridged to first log curve returned for brevity)
Expect to get mnemonic, unit, minIndex, maxIndex, curveDescription as requested, plus also expect to get typeLogData since it's mandatory in the schema (thought not part of the request).
Actual return contains more than requested.