Skip to content

#8940 - Check HTTP status codes in blobs API

drebs requested to merge drebs/soledad:8940 into master

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

Merge request reports