~sylvain-pineau/checkbox-ng:fix-1866597-bis

Last commit made on 2020-05-28
Get this branch:
git clone -b fix-1866597-bis https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fix-1866597-bis
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

cfa6b81... by Sylvain Pineau

remote_assistant: Reset the normal_user from metadata when resuming sessions

Fixes: lp:1866597

dc95de3... by PMR <pmr@pmr-lander>

Merge #382548 from ~sylvain-pineau/checkbox-ng:fix-1805580

dd23ff6... by PMR <pmr@pmr-lander>

Merge #383288 from ~jocave/checkbox-ng:remote-sa-app-blob

ba67c40... by Jonathan Cave

session:remote_assistant: add update_app_blob

When a session description is provided during the reports stage
it is necessary to pass through an app_blob update to the
slave SessionAsssitant see lp:1855629

334a1cf... by PMR <pmr@pmr-lander>

Merge #382987 from ~kissiel/checkbox-ng:fix-crash-on-second-session

bc0261f... by PMR <pmr@pmr-lander>

Merge #383061 from ~kissiel/checkbox-ng:fix-master-report-stage

4294f73... by PMR <pmr@pmr-lander>

Merge #382934 from ~jocave/checkbox-ng:user-agnostic-manifests

28263f0... by Maciej Kisielewski

properly handle report stage exceptions on master

b098074... by PMR <pmr@pmr-lander>

Merge #383024 from ~kissiel/checkbox-ng:fix-signal-suppression

7a93bb8... by Maciej Kisielewski

make sure that sigint is un-ignored

If the code protected from being interrupted (namely export_results) raises
an exception the signal is never unignored. This patch fixes that by
surrounding that code with an ExitStack that ensures that SIGINT will be
respected afterwards.