summaryrefslogtreecommitdiff
path: root/test/end-to-end/actions/action-equality-timeout.sh
AgeCommit message (Collapse)Author
2024-02-05end-to-end tests: compare json values with jqKlaus T. Aehlig
... and only let test do the check on the final resulting boolean, where the string representation is canonical. In this way, we avoid having to rely on the string representation of numbers, where, e.g., 1 and 1.0 are equally valid representations of the same number.
2023-06-22Extend action-equality-timeout test to also test the generic ruleKlaus Aehlig
2023-05-31Add basic test that the timeout is taken into account for action equalityKlaus Aehlig