Make StorageFarmBroker use specified or default handler #317
No reviewers
Labels
No Label
Benchmarking and Performance
HTTP Storage Protocol
Nevow Removal
Python 3 Porting
not-for-merge
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tahoe-lafs/tahoe-lafs#317
Loading…
Reference in New Issue
No description provided.
Delete Branch "2788.use_specified_or_default_handlers.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Um, travis reports a test failure in the new code (https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/155118744), in
test_storage_client.TestStorageFarmBroker.test_static_announcement
, wheregot_static_announcement()
is being called with the wrong number of arguments.Could you please run the tests locally on the new code before submitting the pull request?
Coverage increased (+0.005%) to 92.146% when pulling c6b4983d87645f55a5a0e4e0a047afc48a41c8f7 on david415:2788.use_specified_or_default_handlers.0 into
de61cd260c
on tahoe-lafs:master.Coverage increased (+0.005%) to 92.146% when pulling
140c9a92cd
on david415:2788.use_specified_or_default_handlers.0 intode61cd260c
on tahoe-lafs:master.I added a patch to fix the use of a non-existent
dict.haskey
(it's spelledhas_key
). Landing now.I'm going to make some deep changes to this code today (corresponding to the most recent comment on ticket 2788), so you might want to avoid hacking on these files for the next few days.