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.
Updated by Evgeny Novikov almost 7 years ago
- Target version changed from 2.0 to 1.0
Let's implement and include this trivial feature within Klever version:0.3.
Updated by Vladimir Gratinskiy almost 7 years ago
- Due date set to 01/19/2018
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in "feature_8661".
Updated by Ilja Zakharov almost 7 years ago
- Status changed from Resolved to Closed
Available since 189082c7.
Updated by Evgeny Novikov almost 7 years ago
- Related to Bug #8679: Do not consider missed task as an error added
Actions