#8940 - Check HTTP status codes in blobs API
Some methods from BlobManager
were not checking the status codes of HTTP responses, and were returning empty data when they should fail. This MR does the following:
- standardize HTTP status code checking in blobmanager.
- fix server where needed.
- make parameters explicit (instead of using
(*args, **kwargs)
) so API doc is generated correctly. - fix a bug in e2e test.
The MR also contains a move of benchmark tests so they run in the same stage as the main tests.
Closes: #8940 (closed)
Edited by drebs