mutilin / klever

Klever Git repository read-only mirror
https://forge.ispras.ru/projects/klever
Apache License 2.0
0 stars 1 forks source link

Fix Klever failures on uploading reports of type "Unknown error" #46

Closed vmordan closed 4 years ago

vmordan commented 5 years ago

Most of the Klever bridge errors has very useful description: "Unknown error". Such text is unacceptable for users, because they are not going to check error logs and debug Klever, which makes impossible to even report this error. For example, such errors were seen during uploading reports. I suggest the following improvements to deal with such text:

vmordan commented 5 years ago

One of such none-deterministic error is the following: TypeError: getresponse() got an unexpected keyword argument 'buffering'. Usually it is fixed by uploading the same archive again.

vmordan commented 5 years ago

One of such bugs was fixed in commit f4ff3e94. In practice this bug caused most of the failures on uploading reports.

vmordan commented 4 years ago

I'm closing this issue, since this bug was not revealed after the fix.