~sylvain-pineau/checkbox-ng:fix-manifest-test-selection-forced

Last commit made on 2020-02-14
Get this branch:
git clone -b fix-manifest-test-selection-forced 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-manifest-test-selection-forced
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

d8efa41... by Sylvain Pineau

launcher: Fix manifest recording when test selection is forced

4b32fd9... by PMR <pmr@pmr-lander>

Merge #377697 from ~kissiel/checkbox-ng:fix-crash-on-psutil-race

7d19e34... by Maciej Kisielewski

fix psutil crashing when the polled process before polling

There was a chance for the process to die just after its PID was grabbed
and just before it got used leading to psutil polling data for non-existent
process. This patch catches that exception.

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

Merge #377561 from ~kissiel/checkbox-ng:clear-sessions-option

add --clear-old-sessions flag that removes previous sessions' information from the filesystem (typically in the ~/.cache/plainbox)

e25151b... by Maciej Kisielewski

add --clear-old-sessions flag to checkbox-cli

f8b87ab... by Maciej Kisielewski

fix --clear-cache option

Because of the `launcher` subcmd injection there's no clean way of
respecting this flag in the top level parser. Because of that I
propose to look for the flag in sys.argv.

71c8403... by PMR <pmr@pmr-lander>

Merge #376989 from ~sylvain-pineau/checkbox-ng:allow-gzip-trailing-garbage

b18e56c... by Sylvain Pineau

results.py: Ignore trailing garbage in job result record.gz files

The python gzip modules does not support trailing garbage as other gzip
command line tools does:

$ zcat com.cano
nical.certification__stress_stress-ng-test-for-class-scheduler.record.gz
[...]
gzip: com.canonical.certification__stress_stress-ng-test-for-class-scheduler.record.gz: decompression OK, trailing garbage ignored

If decompression works, checkbox should not crash and prevent the reports to be generated.

7b9427b... by PMR <pmr@pmr-lander>

Merge #376118 from ~sylvain-pineau/checkbox-ng:avocado_allergy

4cc527e... by Sylvain Pineau

setup: avocado allergy