You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In descending mode limited the x rows, the earliest x rows are being returned from the historical request.
Expected vs Current Behavior
When sorted descending and limiting to x rows, I would expect the x rows requested to be the latest. Instead I am getting the earliest in the time range.
Workaround
Use unlimited mode
Steps to Reproduce
Navigate to a telemetry table that has telemetry
Ensure it is in limited mode (toggle at bottom right of telemetry table)
Set time conductor to a large range (1 hr or more)
Hover mouse over pause button
Refresh the browser
Pause as soon as telemetry request is finished (pretty much when pause button becomes visible)
Observe the timestamps for the data is from the beginning of the time range, not the end
Environment
Open MCT Version:
Deployment Type:
OS:
Browser:
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available?
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Does this block the execution of e2e tests?
Does this have an impact on Performance?
Additional Information
The text was updated successfully, but these errors were encountered:
Summary
In descending mode limited the x rows, the earliest x rows are being returned from the historical request.
Expected vs Current Behavior
When sorted descending and limiting to x rows, I would expect the x rows requested to be the latest. Instead I am getting the earliest in the time range.
Workaround
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: