A future commit will start using aio.ContainerClient instances, which must
be created on the fly from these URLs.
Details
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Commits
- rDOBJS5a3111c6d02c: azure: Use container URLs instead of ContainerClient instances as attributes
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Branch
- azure-batch-async
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 21513 Build 33423: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 33422: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D5742 (id=20533)
Rebasing onto 326fcef47b...
Current branch diff-target is up to date.
Changes applied before test
commit 5a3111c6d02c0d6fcdf6c295ff6b12aff9fd4fb7 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Mon May 17 13:32:07 2021 +0200 azure: Use container URLs instead of ContainerClient instances as attributes A future commit will start using aio.ContainerClient instances, which must be created on the fly from these URLs.
See https://jenkins.softwareheritage.org/job/DOBJS/job/tests-on-diff/22/ for more details.
swh/objstorage/tests/test_objstorage_azure.py | ||
---|---|---|
71–97 | the blobs defaultdict could probably be a class attribute (and self.blobs turned into a proxy for said class attribute) but it doesn't matter much |