mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
Condition Sets can incorrectly evaluate telemetry objects that update infrequently (#8041) * compares latest available data properly for condition calculations * Added timestamp checking for individual criteria * Co-authored-by: Pranaykarvi<pranaykarvi@gmail.com> * Fixed bug with test data * Replaced legacy tests with new e2e test of correct telemetry evaluation * Fixed long-standing bug with evaluating enums --------- Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>