Actions
Feature #8661
closedDo not consider bad zip archives as errors
Start date:
01/14/2018
Due date:
01/19/2018
% Done:
100%
Estimated time:
Published in build:
Description
At the moment Bridge outputs to an error log error messages like:
[12.Jan.2018 15:43:11] The archive "117125-7my1w__e.zip" of report "/-/VTG/drivers/memstick/host/rtsx_usb_ms.ko/linux:drivers:clk1/VTGW/Weaver" is not a ZIP file Traceback (most recent call last): File "/var/www/klever-bridge/reports/UploadReport.py", line 66, in __init__ self.__check_archives(self.data['id']) File "/var/www/klever-bridge/reports/UploadReport.py", line 727, in __check_archives raise CheckArchiveError('The archive "%s" of report "%s" is not a ZIP file' % (arch.name, report_id)) reports.UploadReport.CheckArchiveError: The archive "117125-7my1w__e.zip" of report "/-/VTG/drivers/memstick/host/rtsx_usb_ms.ko/linux:drivers:clk1/VTGW/Weaver" is not a ZIP file
These messages confuses users since they expect that something is so wrong that following operations could be unreliable. Indeed we workarounded the issue by infinitely sending corresponding reports until they will be accepted.
That's why I suppose do not consider bad zip archives as errors and to print information about them to the information log.
Actions