Merge lp://staging/~sidnei/txstatsd/cooperate into lp://staging/txstatsd

Proposed by Sidnei da Silva
Status: Merged
Approved by: Guillermo Gonzalez
Approved revision: 113
Merged at revision: 108
Proposed branch: lp://staging/~sidnei/txstatsd/cooperate
Merge into: lp://staging/txstatsd
Diff against target: 1162 lines (+489/-176)
15 files modified
txstatsd/metrics/distinctmetric.py (+1/-1)
txstatsd/metrics/timermetric.py (+3/-3)
txstatsd/protocol.py (+4/-1)
txstatsd/report.py (+118/-0)
txstatsd/server/configurableprocessor.py (+6/-20)
txstatsd/server/loggingprocessor.py (+3/-4)
txstatsd/server/processor.py (+58/-81)
txstatsd/server/protocol.py (+16/-15)
txstatsd/service.py (+25/-13)
txstatsd/tests/test_client.py (+11/-3)
txstatsd/tests/test_configurableprocessor.py (+7/-7)
txstatsd/tests/test_inspector.py (+204/-0)
txstatsd/tests/test_loggingprocessor.py (+3/-2)
txstatsd/tests/test_processor.py (+30/-25)
txstatsd/tests/test_service.py (+0/-1)
To merge this branch: bzr merge lp://staging/~sidnei/txstatsd/cooperate
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+168197@code.staging.launchpad.net

Commit message

Use cooperator to yield more often and avoid blocking the reactor for too long.

Description of the change

Use cooperator to yield more often and avoid blocking the reactor for too long.

To post a comment you must log in.
113. By Sidnei da Silva

- Add reactor inspector tests

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

nice!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches