openmct/e2e/tests
Andrew Henry 29f1956d1a
Improve telemetry buffering implementation (#7837)
* Simplifies the implementation of telemetry buffering in Open MCT.
* Switches from per-parameter buffering to a shared queue. Per-parameter buffering is too easily overwhelmed by bursts of telemetry from high-frequency parameters. A single shared buffer has more overhead to grow when a burst arrives without overflowing, because the buffer is shared across all parameters.
* Removes the need for plugins to pass serialized code to a worker.
* Switched to a "one-size-fits-all" batching strategy removing the need for plugins to define a batching strategy at all.
* Captures buffering statistics for display in the PerformanceIndicator.
2024-09-30 14:36:40 -07:00
..
framework fix(conditional styling): conditional visibility for images and alpha-numerics in display layouts (#7824) 2024-09-09 22:41:29 +00:00
functional Improve telemetry buffering implementation (#7837) 2024-09-30 14:36:40 -07:00
mobile test(e2e): Major refactor and stabilization of e2e tests (#7581) 2024-08-07 21:36:14 +00:00
performance chore: re-enable perf/mem tests on PR + fix broken locator in imagery perf test (#7806) 2024-08-13 21:55:57 +00:00
visual-a11y Fix bad color value for Gauge 'Needle' type (#7821) 2024-09-28 09:17:32 -07:00