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
Is your feature request related to a problem? Please describe.
If a deployment has multiple time systems and some telemetry does not have all the matching domains, an error is thrown and the UI is stuck in a bad state.
Describe the solution you'd like
A warning that telemetry metadata does not match the time system
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
NASA AMMOS stack has ert, scet, sclk, and lmst time systems for telemetry but messages are only time stamped by GDS based on wall clock. Viewing a message stream and toggling to scet will crash the browser where it would be more useful to alert the user no data will flow, and to switch timesystems.
** Steps to reproduce / Testing Instructions **
requires multiple timesystems installed to test
Select a telemetry endpoint
Toggle through the time systems in the time conductor
If the telemetry does not have a matching domain for the time system, an alert notification should be presented to the user (and to developers in the browser console)
The text was updated successfully, but these errors were encountered:
…#4996)
* warn user if telemetry not all telemetry metadata matches time system
* create spec file for telemetry collections
* Add tests (#4999)
- Test for warn if metadata does not match active TimeSystem
- Test for no warn if metadata matches active TimeSystem
* unset timeKey if no matching domain found
* Extract errors to constants file and update tests
Co-authored-by: Jesse Mazzella <[email protected]>
Is your feature request related to a problem? Please describe.
If a deployment has multiple time systems and some telemetry does not have all the matching domains, an error is thrown and the UI is stuck in a bad state.
Describe the solution you'd like
A warning that telemetry metadata does not match the time system
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
NASA AMMOS stack has ert, scet, sclk, and lmst time systems for telemetry but messages are only time stamped by GDS based on wall clock. Viewing a message stream and toggling to scet will crash the browser where it would be more useful to alert the user no data will flow, and to switch timesystems.
** Steps to reproduce / Testing Instructions **
requires multiple timesystems installed to test
The text was updated successfully, but these errors were encountered: