mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
* Remove short-circuit logic * Revert change to remove short-circuit logic * Restore short-circuit evaluation, pass in current values * V2, restore short-circuit eval * Added timestamp checking for individual criteria * Some optimizations * Co-authored-by: Pranaykarvi<pranaykarvi@gmail.com> * Fixed bug that prevented test data from working at all * Fixed bug introduced by refactor. Oops. * Fixed bug with test data * Provided clarification in test description * Replaced legacy tests with new e2e test of correct telemetry evaluation * some markup changes to improve testability * Address review comments * Fixed linting error * Fixed broken tests * Fixed long-standing bug with evaluating enums * Fixed broken tests * Fixed linting error * remove commented code test name grammar fix --------- Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>