Fix bug reporter failing after not finding some files (#1103)

- Make sure we propagate `CancellationException`.
- Make sure we do a cleanup of temp files.
- Make sure we don't re-compress any lingering temp files.
- Don't stop the upload process if we were able to upload some log files, even if we failed to read some others.
This commit is contained in:
Jorge Martin Espinosa 2023-08-21 15:30:16 +02:00 committed by GitHub
parent b36667844d
commit 097b7f28d5
2 changed files with 245 additions and 220 deletions

1
changelog.d/1082.bugfix Normal file
View file

@ -0,0 +1 @@
Fix bug reporter failing after not finding some log files.