Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
dev
-
None
Description
There was a timeout while uploading results to the Influx database. There is a check in place that should prevent this. Apparently it didn't work. Most likely it checks for the wrong exception type.
except urllib3.exceptions.TimeoutError as exception: return UploadTimedOut(f"Upload timed out: {repr(exception)}")
This could be updated.