Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: handle more errors to connection nodes #621

Merged
merged 1 commit into from
Aug 23, 2016
Merged

fix: handle more errors to connection nodes #621

merged 1 commit into from
Aug 23, 2016

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Aug 23, 2016

  • prefer base classes ConnectError/ConnectionClosed/ResponseFailed,
    covering ConnectionRefused/UserError, ConnectionLost/Done,
    ResponseNeverReceived
  • handle ResponseFailed (ResponseNeverReceived) in the routers as
    a broken connection
  • trap these in PushServerProtocol._notify_node

closes #613, #554

r? @bbangert @jrconlin

* prefer base classes ConnectError/ConnectionClosed/ResponseFailed,
  covering ConnectionRefused/UserError, ConnectionLost/Done,
  ResponseNeverReceived
* handle ResponseFailed (ResponseNeverReceived) in the routers as
  a broken connection
* trap these in PushServerProtocol._notify_node

closes #613, #554
@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #621 into master will not change coverage

@@           master   #621   diff @@
====================================
  Files          44     44          
  Lines        9116   9120     +4   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits         9116   9120     +4   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update ecdc863...3cc24fe

@jrconlin
Copy link
Member

much cleaner. r+

@bbangert
Copy link
Member

r+

@bbangert bbangert merged commit 4b4e24c into master Aug 23, 2016
@bbangert bbangert deleted the fix/613 branch August 23, 2016 22:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve sentry reports w/out context
4 participants