Skip to content

Releases: elabit/robotmk

v2.0.0-alpha-5

11 Dec 09:19

Choose a tag to compare

v2.0.0-alpha-5 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Replace most spinlocks with asynchronous tokio functionality.
  • Replace clokwerk with asynchronous tokio tasks.
  • Simplify suite results data model.

v2.0.0-alpha-4

05 Dec 11:44

Choose a tag to compare

v2.0.0-alpha-4 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Improved error handling for missing sessions.
  • Support for RCC profile, handled during RCC setup.

v2.0.0-alpha-3

27 Nov 13:27

Choose a tag to compare

v2.0.0-alpha-3 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Rename suite name --> suite ID.

v2.0.0-alpha-2

17 Nov 14:06

Choose a tag to compare

v2.0.0-alpha-2 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Activate RCC long path support during setup.

v2.0.0-alpha-1

15 Nov 07:42

Choose a tag to compare

v2.0.0-alpha-1 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Fixed a bug in reporting the current scheduler phase.

v2.0.0-alpha

14 Nov 08:42

Choose a tag to compare

v2.0.0-alpha Pre-release
Pre-release

This is a test build not intended for public use.

Release v1.4.2

16 May 12:27

Choose a tag to compare

Compatibility release for Checkmk V2.2

Changed

  • Changed location of bakery script (#234)

Release v1.4.1

21 Oct 11:12

Choose a tag to compare

⚠️ This version is not compatible with Checkmk 2.2

Fixed

  • agent plugin: fixed bug when piggyback was set, runner crashed

Release v1.4.0

13 Oct 10:31

Choose a tag to compare

Changed

  • The Robotmk mechanism behind the RF parameter --exitonfailure has been optimized and clearly documented in the inline help. If this option was set, the remaining tests that were not executed were previously marked as FAIL or CRITICAL. This is the default in Robot Framework (see RF user guide), but in Checkmk it lead to an alarm not only for the root cause (the failed test), but also for the subsequent errors.
    The behavior of Robotmk has been slightly modified in that the tests omitted due to a previous failure are filtered out and not passed to Checkmk for evaluation anymore. Tests that have not been executed become "stale", and false alarms are thus avoided. (Thanks for the valuable feedback.)

Release v1.3.1

13 Oct 06:25

Choose a tag to compare

Fixed

  • robotmk-runner.py crashed when no re-execution strategy was set at all (closes #209)