Page MenuHomeSoftware Heritage

objstorage_testsing: Fix some RPC tests after recent changes in swh-core
AbandonedPublic

Authored by anlambert on Feb 17 2020, 5:16 PM.

Details

Reviewers
vlorentz
olasd
Group Reviewers
Reviewers
Summary

Remote exception handling has changed since rDCORE08289ce5c33e507ec3ce80cade86f688b4107f3f

Diff Detail

Repository
rDOBJS Object storage
Branch
fix-rpc-tests
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10639
Build 15940: tox-on-jenkinsJenkins
Build 15939: arc lint + arc unit

Event Timeline

olasd requested changes to this revision.Feb 18 2020, 11:30 AM
olasd added a subscriber: olasd.

The objstorage api client should re-raise the exception rather than clients having to handle two exceptions: lots of clients depend on the ObjNotFound behavior at this point.

This revision now requires changes to proceed.Feb 18 2020, 11:30 AM

Abandoning this and let @vlorentz properly fixing the issue

Abandoning this and let @vlorentz properly fixing the issue

D2687 and D2688