Skip to content

Update to 3.24

Michal Odehnal requested to merge devel/qecore-24-update into master
  • The qecore-headless now reacts to unexpected user behavior like stopping gdm before starting headless script. Check is now in place to verify he previous session is not in closing state and if so, wait until it finishes. This will prevent sending 2 contradicting commands at the same time, which will result in dbus.exceptions.DBusException.
  • The headless script with 'keep' will from now on not keep the session alive on failed test. The proper way to handle retries without restart is autoretry.

Merge request reports